diff options
Diffstat (limited to '3rdParty/Lua/src/lua.hpp')
-rw-r--r-- | 3rdParty/Lua/src/lua.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdParty/Lua/src/lua.hpp b/3rdParty/Lua/src/lua.hpp new file mode 100644 index 0000000..5060a4e --- /dev/null +++ b/3rdParty/Lua/src/lua.hpp @@ -0,0 +1,5 @@ +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} |