summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-21 12:18:19 +0200
committerAetias <aetias@outlook.com>2024-04-21 12:18:19 +0200
commiteea3400f080ccb0bca3906dbecba5e0f140edd93 (patch)
tree7902c48ab0c1b8d33217d91f8d9d744f263ba84e /src
parent806b46854fea8704e1c4746071b6c0cff975c130 (diff)
parent72a752995e764c022c8e5fb42ac9ebb6c029d817 (diff)
Merge branch 'main' into map-manager
Diffstat (limited to 'src')
-rw-r--r--src/Main/Actor/ActorType.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Main/Actor/ActorType.cpp b/src/Main/Actor/ActorType.cpp
new file mode 100644
index 00000000..bf8f54ae
--- /dev/null
+++ b/src/Main/Actor/ActorType.cpp
@@ -0,0 +1,14 @@
+#include "Actor/ActorType.hpp"
+
+#ifdef STUBS
+
+ActorTypeList sActorTypeList;
+
+ActorType::ActorType(ActorTypeId id, ActorCreateFunc create, void *unk_08) {}
+ActorType::~ActorType() {}
+void ActorType::func_0203e7c8() {}
+void ActorType::Register() {}
+void ActorType::Unregister() {}
+ActorType* ActorType::Find(ActorTypeId id) {}
+
+#endif