SuperMarioOdysseyOnline/include/al/actor/misc.h

12 lines
174 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
#include "al/LiveActor/LiveActor.h"
namespace al
{
template<typename T>
al::LiveActor *createActorFunction(const char *actorName);
} // namespace al