mirror of
https://github.com/zeldaret/st
synced 2026-09-06 19:00:57 -04:00
find and start new/delete operators
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user