diff options
Diffstat (limited to 'src/cat/LuaLabel.cpp')
| -rw-r--r-- | src/cat/LuaLabel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cat/LuaLabel.cpp b/src/cat/LuaLabel.cpp index b08e687..15a7720 100644 --- a/src/cat/LuaLabel.cpp +++ b/src/cat/LuaLabel.cpp @@ -1,3 +1,4 @@ +#ifdef LUACONSOLE extern "C" { #include "lua.h" @@ -52,4 +53,5 @@ int LuaLabel::text(lua_State * l) LuaLabel::~LuaLabel() { -}
\ No newline at end of file +} +#endif
\ No newline at end of file |
