mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 22:11:40 -04:00
Delink ActorType
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user