about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 74fb607c..70e52d5b 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -2,6 +2,9 @@
 #include "../game.h"
 #include "data.h"
 
+
+void create_sound_global(int sound, int target=-1);
+
 //
 class event_handler
 {