Fix build errors in stubs

This commit is contained in:
Aetias
2024-06-21 10:11:01 +02:00
parent 559dd0fa85
commit 9f495cd494
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -75,6 +75,7 @@ struct ActorType {
/* 10 */ ActorType *next;
/* 14 */
inline ActorType() {}
ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)());
~ActorType();
unk32 func_0203e7c8();