diff options
| author | Jacob1 <jfu614@gmail.com> | 2012-05-10 21:44:43 (GMT) |
|---|---|---|
| committer | Jacob1 <jfu614@gmail.com> | 2012-05-24 17:09:32 (GMT) |
| commit | bdc94208d22dd65d5796264b62d275114489b35e (patch) | |
| tree | ff70c235cb5a5e9adad9f2c13fa763ea6aae2e73 /includes | |
| parent | 5edd224344b427f75f0740217e10cb4e44313a5d (diff) | |
| download | powder-bdc94208d22dd65d5796264b62d275114489b35e.zip powder-bdc94208d22dd65d5796264b62d275114489b35e.tar.gz | |
finish custom lua graphics functions
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); |
