summaryrefslogtreecommitdiff
path: root/include/System/SysNew.hpp
diff options
context:
space:
mode:
authorYanis002 <35189056+Yanis002@users.noreply.github.com>2025-07-05 16:36:04 +0200
committerYanis002 <35189056+Yanis002@users.noreply.github.com>2025-07-05 16:36:04 +0200
commitf81e8e85d012d67eca593b5ef1e33083c876a760 (patch)
tree16b6a7ed8691183b4cd931c07beaa7e009e4d0f4 /include/System/SysNew.hpp
parent1e2adf0ebd714f9ed2c1e814276278755278dd12 (diff)
started GameModeAdventure (97%)
Diffstat (limited to 'include/System/SysNew.hpp')
-rw-r--r--include/System/SysNew.hpp2
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);