summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-08-30 09:26:42 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-30 11:34:28 (GMT)
commit741014770c3fb9683f3dcf598e077cc36b9b1af6 (patch)
tree7af634e10607819210a2d7e0ee249df23f58850f /includes
parente50693465590cfe1abed42b8e823fddd48dd160b (diff)
downloadpowder-741014770c3fb9683f3dcf598e077cc36b9b1af6.zip
powder-741014770c3fb9683f3dcf598e077cc36b9b1af6.tar.gz
Add tpt.setwindowsize(scale, fullscreen)
Diffstat (limited to 'includes')
-rw-r--r--includes/luaconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index b80dead..a9eb63f 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -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