diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 3 |
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 { |