diff options
| author | Michal Zima <xhire@tuxportal.cz> | 2009-08-23 23:39:20 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@tuxportal.cz> | 2009-08-23 23:39:20 +0200 |
| commit | 057c2048fd32f5a627778b08325af99c3b4c0c0d (patch) | |
| tree | 90af2b17dd63252ec3936a75cb6d3d38e7073f4c /src/client/control.h | |
| parent | bbaa9193bc5c6c691402df7efcb9f18dae59d64f (diff) | |
Modification of code according to the code style
Diffstat (limited to 'src/client/control.h')
| -rw-r--r-- | src/client/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/control.h b/src/client/control.h index 4103f33..6b08189 100644 --- a/src/client/control.h +++ b/src/client/control.h @@ -17,7 +17,7 @@ typedef struct control_struct { int count[CONTROL_KEY_COUNT]; } control_t; -extern control_t* control_new(SDLKey arg_up, SDLKey arg_right, +extern control_t *control_new(SDLKey arg_up, SDLKey arg_right, SDLKey arg_left, SDLKey arg_down, SDLKey arg_shot, SDLKey arg_switch); extern int control_get_key_route(control_t *my_control); |