From f81e8e85d012d67eca593b5ef1e33083c876a760 Mon Sep 17 00:00:00 2001 From: Yanis002 <35189056+Yanis002@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:36:04 +0200 Subject: started GameModeAdventure (97%) --- include/System/SysNew.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/System') 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); -- cgit v1.2.3