]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/menu.qh
Revise button sound
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / menu.qh
index 17c4291faadaa788cf3b514d27a204f650439980..ef2cb512d01ea5226bae66a7ebbc5a660f8d8322 100644 (file)
@@ -41,4 +41,7 @@ void m_sync();
 
 // sounds
 
+const string MENU_SOUND_EXECUTE = "sound/menu/execute.wav";
+
 void m_play_focus_sound();
+void m_play_click_sound(string soundfile);