mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 17:06:23 -04:00
[decompiler] cleanup to get atomic ops working on jak2 inputs (#1426)
* [decompiler] cleanup to get atomic ops working on jak2 inputs * clang format
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#include "game/kernel/kscheme.h"
|
||||
#include "all_jak1_symbols.h"
|
||||
|
||||
using namespace jak1_symbols;
|
||||
|
||||
TEST(Kernel, strend) {
|
||||
char test[] = "test";
|
||||
char* end = strend(test);
|
||||
|
||||
Reference in New Issue
Block a user