From 878ede3080ab2cfb627aca505c397d9765052996 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 27 Oct 2009 14:38:53 +0000 Subject: major update with stuff --- src/game/client/components/maplayers.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/components/maplayers.hpp') diff --git a/src/game/client/components/maplayers.hpp b/src/game/client/components/maplayers.hpp index c2919f08..c8b154b2 100644 --- a/src/game/client/components/maplayers.hpp +++ b/src/game/client/components/maplayers.hpp @@ -3,6 +3,9 @@ class MAPLAYERS : public COMPONENT { int type; + + void mapscreen_to_group(float center_x, float center_y, MAPITEM_GROUP *group); + static void envelope_eval(float time_offset, int env, float *channels, void *user); public: enum { -- cgit 1.4.1