summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-21 16:37:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-21 16:37:26 (GMT)
commit08009ebbaac9abd7941f5057a2289cbbbde4c5ee (patch)
treecc7c1ce36e8b44fce15ff1f170e9fb00bb475758 /includes
parentc1eb40af61fc04a2db8971bbf233ddb0f9f4a2b5 (diff)
downloadpowder-08009ebbaac9abd7941f5057a2289cbbbde4c5ee.zip
powder-08009ebbaac9abd7941f5057a2289cbbbde4c5ee.tar.gz
Screenshot for lua
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 dc320ad..de33a04 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -77,4 +77,5 @@ int luatpt_setdebug(lua_State* l);
int luatpt_setfpscap(lua_State* l);
int luatpt_getscript(lua_State* l);
int luatpt_setwindowsize(lua_State* l);
+int luatpt_screenshot(lua_State* l);
#endif