mirror of
https://github.com/zeldaret/st
synced 2026-07-31 08:05:52 -04:00
Decompile ActorManager_001.cpp (#31)
* started ActorManager_001.cpp * create, ctor, dtor * prog * fix build * fix build issues * progress * struct comments * match ClearInstance
This commit is contained in:
@@ -27,7 +27,6 @@ enum HeapIndex_ {
|
||||
|
||||
class SysObject {
|
||||
public:
|
||||
static void operator delete(void *ptr);
|
||||
static void operator delete[](void *ptr);
|
||||
};
|
||||
|
||||
@@ -75,6 +74,8 @@ public:
|
||||
void func_02013014();
|
||||
void func_02013070();
|
||||
|
||||
void func_ov001_020ba588(unk32 param1, unk32 param2);
|
||||
|
||||
void func_ov018_020c4980();
|
||||
void func_ov018_020c4a5c();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user