mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-06 07:24:34 +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
|