diff options
Diffstat (limited to 'src/cat/LuaLabel.h')
| -rw-r--r-- | src/cat/LuaLabel.h | 4 |
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[]; |
