summaryrefslogtreecommitdiff
path: root/src/client/control.h
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@Centrum.sk>2009-06-24 20:05:18 +0200
committerDusan Durech <dusan.d@Centrum.sk>2009-06-24 20:05:18 +0200
commita8607be978f1288a8541b120eae60965f544ec58 (patch)
tree0a78f83f156f033d46b208744d682e0ffc86f069 /src/client/control.h
parent0f02f6efd455329fdcdd4737801b3c1e6cc536d3 (diff)
fix coding style
Diffstat (limited to 'src/client/control.h')
-rw-r--r--src/client/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/control.h b/src/client/control.h
index f36c9b5..ff479ab 100644
--- a/src/client/control.h
+++ b/src/client/control.h
@@ -1,5 +1,4 @@
#ifndef CONTROL_H
-
#define CONTROL_H
#define CONTROL_NONE -1
@@ -19,7 +18,8 @@ typedef struct control_struct
int count[CONTROL_KEY_COUNT];
} control_t;
-extern control_t* control_new(SDLKey arg_up, SDLKey arg_right, SDLKey arg_left, SDLKey arg_down,
+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);
extern int control_get_key_action(control_t *my_control);