summaryrefslogtreecommitdiff
path: root/src/Main/System/SysNew.cpp
diff options
context:
space:
mode:
authorYanis002 <35189056+Yanis002@users.noreply.github.com>2025-02-04 00:43:39 +0100
committerYanis002 <35189056+Yanis002@users.noreply.github.com>2025-02-04 00:43:39 +0100
commit51d5bf69edd56d626a4f5d987ecf9b37ae17fa33 (patch)
tree42e6d19eeee300c606bc8296d121e6c10cc233d6 /src/Main/System/SysNew.cpp
parent64e8537ba7e4d796079a7bacf23b3f5cdb9a7213 (diff)
parent3f7197110627adbbe7ff1f69db1f5a15f9b6c598 (diff)
Merge remote-tracking branch 'upstream/main' into bmg
Diffstat (limited to 'src/Main/System/SysNew.cpp')
-rw-r--r--src/Main/System/SysNew.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Main/System/SysNew.cpp b/src/Main/System/SysNew.cpp
new file mode 100644
index 00000000..6fc0d1c4
--- /dev/null
+++ b/src/Main/System/SysNew.cpp
@@ -0,0 +1,11 @@
+#include "System/SysNew.hpp"
+
+void *SysNew(UnkStruct_0202e894 *param1, s32 length, s32 param3) {}
+void SysDelete(void *ptr) {}
+void *func_0202e99c(s32 length) {}
+void *func_0202e9bc(s32 length) {}
+
+void *SysObject::operator new(unsigned long length, u32 *id, u32 idLength) {}
+void *SysObject::operator new[](unsigned long length, u32 *id, u32 idLength) {}
+void SysObject::operator delete(void *ptr) {}
+void SysObject::operator delete[](void *ptr) {}