lua 5.2.3 (1) :

- primo commit
- modifiche a apertura file per poter usare path UTF-8.
This commit is contained in:
Dario Sassi
2014-09-27 07:36:20 +00:00
parent ff757d82d5
commit e580d013d4
64 changed files with 20804 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"
}