mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added Lua Stuff
There are a few changes to the core Rainmeter code.
This commit is contained in:
16
Library/lua/include/lua.hpp
Normal file
16
Library/lua/include/lua.hpp
Normal file
@ -0,0 +1,16 @@
|
||||
// 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
|
Reference in New Issue
Block a user