Bugfix accessing properties

This commit is contained in:
Alexander Bock
2014-08-21 18:52:47 +02:00
parent 5793498ddf
commit 1782857c72
4 changed files with 14 additions and 10 deletions

View File

@@ -29,8 +29,8 @@ struct lua_State;
// Properties
static int property_setValue(lua_State* L);
static int property_getValue(lua_State* L);
int property_setValue(lua_State* L);
//static int property_getValue(lua_State* L);
#endif // __SCRIPTFUNCTIONS_H__