summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2011-09-24 03:25:50 (GMT)
committer cracker64 <cracker642@gmail.com>2011-09-24 03:25:50 (GMT)
commit789049b269429107df2f1b73d3e968fea1ab4243 (patch)
treedda35b08261a8e5e9a47c9c1c18bf834ca8a2269 /includes
parentc750e659a741e17057c880c86d607330125be3ec (diff)
downloadpowder-789049b269429107df2f1b73d3e968fea1ab4243.zip
powder-789049b269429107df2f1b73d3e968fea1ab4243.tar.gz
Can see selected elements from Lua, tpt.selectedl or tpt.selectedr
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 c18a4aa..2a1df7a 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -18,7 +18,7 @@
#define LUACON_KUP 2
void luacon_open();
-int luacon_step(int mx, int my);
+int luacon_step(int mx, int my, int selectl, int selectr);
int luacon_mouseevent(int mx, int my, int mb, int event);
int luacon_keyevent(int key, int modifier, int event);
int luacon_eval(char *command);