diff options
Diffstat (limited to 'src/cat/LuaButton.cpp')
| -rw-r--r-- | src/cat/LuaButton.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cat/LuaButton.cpp b/src/cat/LuaButton.cpp index 013adac..3f7ba26 100644 --- a/src/cat/LuaButton.cpp +++ b/src/cat/LuaButton.cpp @@ -1,3 +1,4 @@ +#ifdef LUACONSOLE extern "C" { #include "lua.h" @@ -111,4 +112,5 @@ void LuaButton::triggerAction() LuaButton::~LuaButton() { -}
\ No newline at end of file +} +#endif
\ No newline at end of file |
