From 9d632dd826c8a312095de0f56df66b2580d336cb Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 6 Jul 2008 11:21:21 +0000 Subject: major update. server clean up and much added documentation --- src/game/server/gs_common.hpp | 411 +++++++++++++++++++++++++++++++++--------- 1 file changed, 322 insertions(+), 89 deletions(-) (limited to 'src/game/server/gs_common.hpp') diff --git a/src/game/server/gs_common.hpp b/src/game/server/gs_common.hpp index b6c809fa..ff939116 100644 --- a/src/game/server/gs_common.hpp +++ b/src/game/server/gs_common.hpp @@ -2,16 +2,15 @@ #include "../g_game.hpp" #include "../generated/gs_data.hpp" - extern TUNING_PARAMS tuning; -void create_sound_global(int sound, int target=-1); - inline int cmask_all() { return -1; } inline int cmask_one(int cid) { return 1<