diff options
| author | cracker64 <cracker642@gmail.com> | 2011-09-24 03:25:50 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2011-09-24 03:25:50 (GMT) |
| commit | 789049b269429107df2f1b73d3e968fea1ab4243 (patch) | |
| tree | dda35b08261a8e5e9a47c9c1c18bf834ca8a2269 /includes | |
| parent | c750e659a741e17057c880c86d607330125be3ec (diff) | |
| download | powder-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.h | 2 |
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); |
