diff options
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h index 58abf5d..cef1519 100644 --- a/src/input.h +++ b/src/input.h @@ -10,6 +10,7 @@ struct rodeo_input_command_t *right; rodeo_input_command_t *up; rodeo_input_command_t *down; + rodeo_input_command_t *play_sound; } scenes_and_commands_t; @@ -51,6 +52,12 @@ units_move_down_input( void *data ); +void* +play_sound_input( + rodeo_input_any_state_t *input_state, + void *data +); + void register_inputs(void); |
