cheat-engine/Cheat Engine/plugin/lua.hpp
2019-12-19 17:49:30 +01:00

9 lines
191 B
C++
Executable file

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