aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/sounds.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-21 08:51:45 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-21 08:51:45 -0500
commit4588b0ef57fb3fd8689cd1d241be9b00307baa1f (patch)
tree7039c476b81f42f5ee3205e6e10ff4e22b15569c /src/sdl/sounds.h
parent131a454b62687224a2e0a98c05a456729cc00761 (diff)
downloadsok-4588b0ef57fb3fd8689cd1d241be9b00307baa1f.tar.bz2
sok-4588b0ef57fb3fd8689cd1d241be9b00307baa1f.zip
add missing sound events, clean up sound emission
Diffstat (limited to 'src/sdl/sounds.h')
-rw-r--r--src/sdl/sounds.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sdl/sounds.h b/src/sdl/sounds.h
index 38d6a14..d2bd023 100644
--- a/src/sdl/sounds.h
+++ b/src/sdl/sounds.h
@@ -5,14 +5,19 @@
#include "assets.h"
typedef enum {
- SOUND_BUMP,
+ SOUND_MOVE,
+ SOUND_MOVE_FAILED,
SOUND_LEVEL_DONE,
SOUND_UNDO,
+ SOUND_UNDO_FAILED,
SOUND_LEVEL_NEXT,
+ SOUND_LEVEL_NEXT_FAILED,
SOUND_LEVEL_RESET,
SOUND_LEVEL_WARP,
+ SOUND_SOLVE_START,
SOUND_SOLVE_CANCEL,
SOUND_SOLVE_DONE,
+ SOUND_SOLVE_FAILED,
SOUND_LAST,
} sound_t;