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/cargo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/cargo.h') diff --git a/src/game/base/cargo.h b/src/game/base/cargo.h index bee0502..4d90611 100644 --- a/src/game/base/cargo.h +++ b/src/game/base/cargo.h @@ -29,6 +29,8 @@ public: static bool init(); + static void done(); + static void list(); static inline const core::InfoType *infotype() { -- cgit v1.2.3