From b460b3193e54b7364bb75ff26ce6f999887e454b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Nov 2010 16:24:17 +0000 Subject: moved global entity info type to core::Entity::infotype(), automatic generation of jumppoint and jumpgate names and descriptions, prepared game code for the seperation of Entity::radius() and Model::radius() --- src/game/base/faction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/faction.h') diff --git a/src/game/base/faction.h b/src/game/base/faction.h index 608f7c7..997b6fc 100644 --- a/src/game/base/faction.h +++ b/src/game/base/faction.h @@ -54,6 +54,8 @@ public: */ static bool init(); + static void done(); + /** * @brief list available factions */ -- cgit v1.2.3