diff options
| author | jacksonmj <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) |
| commit | 741014770c3fb9683f3dcf598e077cc36b9b1af6 (patch) | |
| tree | 7af634e10607819210a2d7e0ee249df23f58850f /includes | |
| parent | e50693465590cfe1abed42b8e823fddd48dd160b (diff) | |
| download | powder-741014770c3fb9683f3dcf598e077cc36b9b1af6.zip powder-741014770c3fb9683f3dcf598e077cc36b9b1af6.tar.gz | |
Add tpt.setwindowsize(scale, fullscreen)
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/luaconsole.h | 1 |
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 |
