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:
Yanis
2026-02-04 04:08:40 +01:00
committed by GitHub
parent 3ab5bf6de9
commit 0b367ecdfb
44 changed files with 1068 additions and 161 deletions
+2 -1
View File
@@ -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();
};