initial commit of transferred code from the old project

This commit is contained in:
Alexander Bock
2014-01-04 18:24:33 +01:00
parent 2bff81f684
commit 9885f52fd0
2276 changed files with 996697 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"
}