summaryrefslogtreecommitdiff
path: root/src/cat/LuaLabel.h
diff options
context:
space:
mode:
authorSimon 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)
commit6d991c10d7800859a39e447ec7f95b861d5fb69f (patch)
tree8244e80d38182a527248235340a634db923e88cd /src/cat/LuaLabel.h
parent9bc06a2fc4d7d4ce82da7323a567402d7688d3d3 (diff)
downloadpowder-6d991c10d7800859a39e447ec7f95b861d5fb69f.zip
powder-6d991c10d7800859a39e447ec7f95b861d5fb69f.tar.gz
Logging for UI component events, tr
Diffstat (limited to 'src/cat/LuaLabel.h')
-rw-r--r--src/cat/LuaLabel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cat/LuaLabel.h b/src/cat/LuaLabel.h
index bfaaabf..7e1f808 100644
--- a/src/cat/LuaLabel.h
+++ b/src/cat/LuaLabel.h
@@ -13,6 +13,8 @@ namespace ui
class Label;
}
+class LuaScriptInterface;
+
class LuaLabel
{
ui::Label * label;
@@ -21,6 +23,8 @@ class LuaLabel
int position(lua_State * l);
int size(lua_State * l);
public:
+ LuaScriptInterface * ci;
+ int UserData;
static const char className[];
static Luna<LuaLabel>::RegType methods[];