summaryrefslogtreecommitdiffhomepage
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index cef1519..c03c454 100644
--- a/src/input.h
+++ b/src/input.h
@@ -11,6 +11,8 @@ struct
rodeo_input_command_t *up;
rodeo_input_command_t *down;
rodeo_input_command_t *play_sound;
+ rodeo_input_command_t *play_sound2;
+ rodeo_input_command_t *play_sound3;
}
scenes_and_commands_t;
@@ -58,6 +60,18 @@ play_sound_input(
void *data
);
+void*
+play_sound_input2(
+ rodeo_input_any_state_t *input_state,
+ void *data
+);
+
+void*
+play_sound_input3(
+ rodeo_input_any_state_t *input_state,
+ void *data
+);
+
void
register_inputs(void);