Merge branch 'main' into map-manager

This commit is contained in:
Aetias
2024-04-21 12:18:19 +02:00
107 changed files with 75379 additions and 75074 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