diff options
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 |
