diff options
| author | Aetias <aetias@outlook.com> | 2024-04-21 12:11:23 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-21 12:11:23 +0200 |
| commit | 188ac744cab319d3e340a91dec790c7bb4b81192 (patch) | |
| tree | 0cee46d453933f4997ebec4fe9c4f78c9f6b2cdd /src/Main | |
| parent | e54e6a277cbdcd3830e9258be2577fe974e51b1a (diff) | |
Delink `ActorType`
Diffstat (limited to 'src/Main')
| -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 |
