From 3705064b109580103a3d13f44693503da9927281 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 12 Jun 2008 12:09:34 +0000 Subject: renamed .h to .hpp in game because they are c++ headers --- src/game/server/gs_common.hpp | 357 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 src/game/server/gs_common.hpp (limited to 'src/game/server/gs_common.hpp') diff --git a/src/game/server/gs_common.hpp b/src/game/server/gs_common.hpp new file mode 100644 index 00000000..b6c809fa --- /dev/null +++ b/src/game/server/gs_common.hpp @@ -0,0 +1,357 @@ +/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +#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<