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-10-15 13:01:44 +0000
committerStijn Buys <ingar@osirion.org>2010-10-15 13:01:44 +0000
commit862f1dc0ae63b476b620a817bb2ea73d9b35ef3f (patch)
treed2b6bdf6b252f82c022a728aab3df70f2e6cc2a6 /src/game/base/cargo.h
parent05b9767b65f76481ba6cb05a6115268149055cc8 (diff)
added 'eject cargo' game command
Diffstat (limited to 'src/game/base/cargo.h')
-rw-r--r--src/game/base/cargo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/cargo.h b/src/game/base/cargo.h
index 25b8739..3a42c74 100644
--- a/src/game/base/cargo.h
+++ b/src/game/base/cargo.h
@@ -21,6 +21,8 @@ public:
void sell(core::EntityControlable *seller, core::Entity *buyer, const int amount);
+ void eject(core::EntityControlable *ejector, const int amount);
+
/* -- static functions -- */
static core::InfoType *cargo_infotype;