add liblua wrapper and build-scripts

This commit is contained in:
Robin Gareus 2016-02-13 22:31:17 +01:00
parent 2b575e4746
commit 5b40e073e9
6 changed files with 295 additions and 0 deletions

6
libs/lua/lua/lua.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef LUA_LIBRARY_H
#define LUA_LIBRARY_H
#include "lua-5.3.2/lua.hpp"
#endif