diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 19:13:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 19:13:51 (GMT) |
| commit | 6d991c10d7800859a39e447ec7f95b861d5fb69f (patch) | |
| tree | 8244e80d38182a527248235340a634db923e88cd /src/cat/LuaWindow.h | |
| parent | 9bc06a2fc4d7d4ce82da7323a567402d7688d3d3 (diff) | |
| download | powder-6d991c10d7800859a39e447ec7f95b861d5fb69f.zip powder-6d991c10d7800859a39e447ec7f95b861d5fb69f.tar.gz | |
Logging for UI component events, tr
Diffstat (limited to 'src/cat/LuaWindow.h')
| -rw-r--r-- | src/cat/LuaWindow.h | 3 |
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[]; |
