1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-29 09:19:30 +00:00
ctruLua/libs/lua-5.3.1/src/lua.hpp
2015-08-17 18:15:37 +02:00

9 lines
191 B
C++

// 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"
}