diff options
Diffstat (limited to 'include/Actor')
| -rw-r--r-- | include/Actor/ActorType.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Actor/ActorType.hpp b/include/Actor/ActorType.hpp index 7e9e777b..06fd3b59 100644 --- a/include/Actor/ActorType.hpp +++ b/include/Actor/ActorType.hpp @@ -140,6 +140,7 @@ struct ActorType { /* 10 */ ActorType *next; /* 14 */ + inline ActorType() {} ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)()); ~ActorType(); unk32 func_0203e7c8(); |
