find and start new/delete operators

This commit is contained in:
Yanis002
2025-02-14 21:52:21 +01:00
parent 030b3e17f1
commit 61111ddcea
4 changed files with 149 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include "types.h"
class SysFault {
public:
void func_020125a4(char* file, u16 line, char* msg, ...);
};
extern SysFault data_02049984;