summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 25e9d17b9c..8d72e79a3d 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -190,6 +190,8 @@ enum system_sound
190 SOUND_KEYCLICK = 0, 190 SOUND_KEYCLICK = 0,
191 SOUND_TRACK_SKIP, 191 SOUND_TRACK_SKIP,
192 SOUND_TRACK_NO_MORE, 192 SOUND_TRACK_NO_MORE,
193 SOUND_LIST_EDGE_BEEP_WRAP,
194 SOUND_LIST_EDGE_BEEP_NOWRAP,
193}; 195};
194 196
195/* Play a standard sound */ 197/* Play a standard sound */