Add tpt.setwindowsize(scale, fullscreen)

This commit is contained in:
jacksonmj
2011-08-30 17:26:42 +08:00
committed by Simon Robertshaw
parent e506934655
commit 741014770c
3 changed files with 20 additions and 3 deletions

View File

@@ -74,4 +74,5 @@ int luatpt_setfire(lua_State* l);
int luatpt_setdebug(lua_State* l);
int luatpt_setfpscap(lua_State* l);
int luatpt_getscript(lua_State* l);
int luatpt_setwindowsize(lua_State* l);
#endif