LuaYard/LuaEngine.h
2019-08-06 20:37:40 +08:00

6 lines
63 B
C

#include "LuaVM.h"
#undef main
int InitEngine(lua_State* L);