summaryrefslogtreecommitdiff
path: root/src/cat/LuaWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/LuaWindow.h')
-rw-r--r--src/cat/LuaWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cat/LuaWindow.h b/src/cat/LuaWindow.h
index 0c4a305..be6af92 100644
--- a/src/cat/LuaWindow.h
+++ b/src/cat/LuaWindow.h
@@ -14,6 +14,7 @@ namespace ui
class Window;
}
+class LuaScriptInterface;
class LuaWindow
{
int onInitializedFunction;
@@ -69,6 +70,8 @@ class LuaWindow
void triggerOnKeyRelease(int key, Uint16 character, bool shift, bool ctrl, bool alt);
public:
+ LuaScriptInterface * ci;
+ int UserData;
static const char className[];
static Luna<LuaWindow>::RegType methods[];