rainmeter-studio/Library/lua/include/lua.hpp

17 lines
235 B
C++
Raw Normal View History

// 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"
}
#ifdef _RELEASE
#else if _DEBUG
#endif