diff options
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 4494ddb..b4e313b 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -48,7 +48,7 @@ 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); int luacon_part_update(int t, int i, int x, int y, int surround_space, int nt); -int luacon_graphics_update(int t, int i); +int luacon_graphics_update(int t, int i, int *pixel_mode, int *cola, int *colr, int *colg, int *colb, int *firea, int *firer, int *fireg, int *fireb); char *luacon_geterror(); void luacon_close(); int luacon_partsread(lua_State* l); |
