From 188ac744cab319d3e340a91dec790c7bb4b81192 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 21 Apr 2024 12:11:23 +0200 Subject: Delink `ActorType` --- src/Main/Actor/ActorType.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Main/Actor/ActorType.cpp (limited to 'src') 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 -- cgit v1.2.3