diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-06 11:09:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 11:09:25 +0200 |
| commit | 87ea4c687d97fc9a0e3e06fa4732087794881039 (patch) | |
| tree | bf8f539742eead3ca8d660361dd790375a406a54 /include/System | |
| parent | 1e2adf0ebd714f9ed2c1e814276278755278dd12 (diff) | |
| parent | 476d7d305fd1f39922761ab78498783af809e234 (diff) | |
Merge pull request #109 from Yanis002/gamemodeadventure
Started `09_Adventure/Game/GameModeAdventure.cpp` (97%)
Diffstat (limited to 'include/System')
| -rw-r--r-- | include/System/SysNew.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/System/SysNew.hpp b/include/System/SysNew.hpp index 184c27fb..df660a1b 100644 --- a/include/System/SysNew.hpp +++ b/include/System/SysNew.hpp @@ -15,6 +15,8 @@ void SysDelete(void *ptr); void *func_0202e99c(s32 length);
void *func_0202e9bc(s32 length);
+extern u32 *data_027e0ce0[];
+
class SysObject {
public:
static void *operator new(unsigned long length, u32 *id, u32 idLength);
|
