mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-19 01:35:14 +00:00
12 lines
174 B
C
12 lines
174 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/LiveActor/LiveActor.h"
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
template<typename T>
|
||
|
al::LiveActor *createActorFunction(const char *actorName);
|
||
|
|
||
|
} // namespace al
|
||
|
|