summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/luaconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index cb1bb12..187bf01 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -6,7 +6,7 @@
#include <defines.h>
void luacon_open();
-int luacon_step();
+int luacon_step(int mx, int my, int mb, int mbq, char key);
int luacon_keypress(char key);
int luacon_eval(char *command);
char *luacon_geterror();