diff options
| author | Aetias <aetias@outlook.com> | 2024-04-21 12:18:19 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-21 12:18:19 +0200 |
| commit | eea3400f080ccb0bca3906dbecba5e0f140edd93 (patch) | |
| tree | 7902c48ab0c1b8d33217d91f8d9d744f263ba84e /src | |
| parent | 806b46854fea8704e1c4746071b6c0cff975c130 (diff) | |
| parent | 72a752995e764c022c8e5fb42ac9ebb6c029d817 (diff) | |
Merge branch 'main' into map-manager
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main/Actor/ActorType.cpp | 14 |
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 |
