mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-30 01:39:31 +00:00
Added some code
This commit is contained in:
parent
5f22a4008a
commit
03baa21c10
80 changed files with 36025 additions and 0 deletions
9
libs/lua-5.3.1/src/lua.hpp
Normal file
9
libs/lua-5.3.1/src/lua.hpp
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue