missed a few files in new lua commit

This commit is contained in:
Anthony Minessale
2013-11-13 21:06:04 +05:00
parent 2771498707
commit 81a48a9e4e
5 changed files with 522 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// lua.hpp
// Lua header files for C++
// <<extern "C">> not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}