LuaYard/LuaEnum.h

7 lines
101 B
C

#pragma once
#include "LuaVM.h"
// create a table on top of the stack.
int InitKeys(lua_State* L);