mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
6 lines
145 B
C++
6 lines
145 B
C++
#include "Library/LiveActor/ActorFactory.h"
|
|
|
|
namespace al {
|
|
ActorFactory::ActorFactory(const char* pName) : Factory(pName) {}
|
|
} // namespace al
|