From 128d1f7b752a25f2fd2ee105c9acfe8f9d1b9be5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 11 Nov 2010 20:32:21 +0000 Subject: added initial faction support, entities can receive faction colors added list_cargo, list_ship and list_faction engine functions --- src/game/base/cargo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/base/cargo.h') diff --git a/src/game/base/cargo.h b/src/game/base/cargo.h index 3a42c74..eb616a5 100644 --- a/src/game/base/cargo.h +++ b/src/game/base/cargo.h @@ -24,6 +24,7 @@ public: void eject(core::EntityControlable *ejector, const int amount); /* -- static functions -- */ + static core::InfoType *cargo_infotype; static Cargo *find(const std::string & label); -- cgit v1.2.3