summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-30 15:45:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-30 15:45:39 (GMT)
commit65252aa0028817da65ff193fb06f175c0a7b0c1b (patch)
tree423cae42e0f667b94497b03bc0708ae2a8d95597 /includes
parent79a27c2c90823f1f9212d80c6b2d63cde620855c (diff)
downloadpowder-65252aa0028817da65ff193fb06f175c0a7b0c1b.zip
powder-65252aa0028817da65ff193fb06f175c0a7b0c1b.tar.gz
drawtext 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 c8b6b19..ddcac43 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -14,4 +14,5 @@ int process_command_lua(pixel *vid_buf, char *console, char *console_error);
//TPT Interface
int luatpt_test(lua_State* l);
+int luatpt_drawtext(lua_State* l);
#endif