summaryrefslogtreecommitdiff
path: root/include/Actor
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2024-06-21 11:53:12 +0200
committerGitHub <noreply@github.com>2024-06-21 11:53:12 +0200
commit925505ed5dc1deb4bd9c3de281233b65dca55016 (patch)
treebe7fe35bad91bb957553d036346ea563311fc5b3 /include/Actor
parent536e7af2cbd9edd54abde545c1e86e6ff304fc8b (diff)
parent5f4d3da8679729d138344af3628e15df6030386b (diff)
Merge pull request #50 from AetiasHax/objdiff-integration
`objdiff` integration
Diffstat (limited to 'include/Actor')
-rw-r--r--include/Actor/ActorType.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Actor/ActorType.hpp b/include/Actor/ActorType.hpp
index dcbc9409..07f1c493 100644
--- a/include/Actor/ActorType.hpp
+++ b/include/Actor/ActorType.hpp
@@ -75,6 +75,7 @@ struct ActorType {
/* 10 */ ActorType *next;
/* 14 */
+ inline ActorType() {}
ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)());
~ActorType();
unk32 func_0203e7c8();