Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-11 20:32:21 +0000
committerStijn Buys <ingar@osirion.org>2010-11-11 20:32:21 +0000
commit128d1f7b752a25f2fd2ee105c9acfe8f9d1b9be5 (patch)
treeb43c33b8d2b91f1b63c0867903bb0217e033293a /src/game/base/cargo.h
parent5eeb90aeaa0ab78455a3e55e048df12d1ddd3b91 (diff)
added initial faction support, entities can receive faction colors
added list_cargo, list_ship and list_faction engine functions
Diffstat (limited to 'src/game/base/cargo.h')
-rw-r--r--src/game/base/cargo.h1
1 files changed, 1 insertions, 0 deletions
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);