mirror of
https://github.com/zeldaret/tmc
synced 2026-08-08 10:34:10 -04:00
Decompile manager36
This commit is contained in:
@@ -265,4 +265,6 @@ Entity* FindNextDuplicateID(Entity* ent, int listIndex);
|
||||
*/
|
||||
Entity* FindEntity(u32 kind, u32 id, u32 listIndex, u32 type, u32 type2);
|
||||
|
||||
void DeleteEntityAny(Entity* ent);
|
||||
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -193,7 +193,7 @@ extern void Manager32_Main(Entity*);
|
||||
extern void Manager33_Main(Entity*);
|
||||
extern void Manager34_Main(Entity*);
|
||||
extern void Manager35_Main(Entity*);
|
||||
extern void Manager36_Main(Entity*);
|
||||
extern void Manager36_Main(Manager*);
|
||||
extern void Manager37_Main(Entity*);
|
||||
extern void Manager38_Main(Entity*);
|
||||
extern void Manager39_Main();
|
||||
|
||||
Reference in New Issue
Block a user