Files
libsst/Lib/Include/lua.hpp
2026-04-03 00:22:39 -05:00

9 lines
170 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"
}