diff options
Diffstat (limited to 'src/cat/LuaComponent.cpp')
| -rw-r--r-- | src/cat/LuaComponent.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cat/LuaComponent.cpp b/src/cat/LuaComponent.cpp index 75e7a21..c32db6d 100644 --- a/src/cat/LuaComponent.cpp +++ b/src/cat/LuaComponent.cpp @@ -1,3 +1,4 @@ +#ifdef LUACONSOLE extern "C" { #include "lua.h" @@ -79,4 +80,5 @@ LuaComponent::~LuaComponent() if(component->GetParentWindow()) component->GetParentWindow()->RemoveComponent(component); delete component; -}
\ No newline at end of file +} +#endif
\ No newline at end of file |
