6 lines
62 B
C
6 lines
62 B
C
|
#pragma once
|
||
|
|
||
|
#include "LuaVM.h"
|
||
|
|
||
|
int InitEnum(lua_State* L);
|