summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-30 17:15:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-30 17:15:56 (GMT)
commitd8051926c84339d551cd75e8cea2811253cc4845 (patch)
tree1b98d9a98118a455d0215dbf3c446fbacc9144dc /includes
parent65252aa0028817da65ff193fb06f175c0a7b0c1b (diff)
downloadpowder-d8051926c84339d551cd75e8cea2811253cc4845.zip
powder-d8051926c84339d551cd75e8cea2811253cc4845.tar.gz
More descriptive error messages for lua console
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 ddcac43..00f28c2 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -9,6 +9,7 @@ void luacon_open();
int luacon_step();
int luacon_keypress(char key);
int luacon_eval(char *command);
+char *luacon_geterror();
void luacon_close();
int process_command_lua(pixel *vid_buf, char *console, char *console_error);