Restructuring of code

This commit is contained in:
Ben Lankamp
2020-06-14 15:03:29 +02:00
parent e6b928dcd2
commit 7fb577abf7
1380 changed files with 0 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"
}