summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYanis42 <35189056+Yanis42@users.noreply.github.com>2024-04-21 12:23:57 +0200
committerYanis42 <35189056+Yanis42@users.noreply.github.com>2024-04-21 12:23:57 +0200
commitcfbffe5ec1192ba9b9e031995f863f615eb2a98b (patch)
treec42dec9fdeb6ab944399503c032d312188cc4cc3 /src
parent5da4496e3dc521a7d3f9e831a7ce9c4b1e37c1f6 (diff)
parent72a752995e764c022c8e5fb42ac9ebb6c029d817 (diff)
Merge remote-tracking branch 'upstream/main' into match_actor_rupee
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