]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/menu.qh
Revise focus sound, use a time guard to prevent "Geiger counter" effect
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / menu.qh
index b6c0795a8544424d505b8392d8d7f4f7cec59825..17c4291faadaa788cf3b514d27a204f650439980 100644 (file)
@@ -38,3 +38,7 @@ void preMenuDraw(); // this is run before the menu is drawn. You may put some st
 void postMenuDraw(); // this is run just after the menu is drawn (or not). Useful to draw something over everything else.
 
 void m_sync();
+
+// sounds
+
+void m_play_focus_sound();