aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/sounds.h
diff options
context:
space:
mode:
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;