Delink ActorType

This commit is contained in:
Aetias
2024-04-21 12:11:23 +02:00
parent e54e6a277c
commit 188ac744ca
106 changed files with 75377 additions and 75072 deletions
+14
View File
@@ -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