ActorManager_04 (#138)

* Map symbol in Game

* ActorManager_04 OK
This commit is contained in:
Aetias
2025-12-29 20:12:14 +01:00
committed by GitHub
parent fc691f4c8f
commit 90b0175de6
18 changed files with 398 additions and 69 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
extern "C" void Fill16(int value, unsigned short *dst, int size);
extern "C" void Fill32(unk32, u32 *, unk32);
extern "C" void Fill256(int value, int *dst, int size);
extern "C" void Fill256(int value, void *dst, int size);
class SaveInventory {
public: