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>2009-11-12 20:53:35 +0000
committerStijn Buys <ingar@osirion.org>2009-11-12 20:53:35 +0000
commit5ddb64795cc959916eeedbec8dc3f65c06f49698 (patch)
treeee7231607b0bf49528570e5d3badcdedcb33f54e /src/game/base/game.h
parent3605a7bd8fffebfba38d31025b6f33cb82626a3b (diff)
initial commodities and entity inventory, bump network proto version to 18
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 65084d3..a7e476e 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -34,6 +34,10 @@ const unsigned int jumppoint_enttype = 260;
const unsigned int jumpgate_enttype = 261;
const unsigned int station_enttype = 262;
+// info class type constants
+const unsigned int shipmodel_class_id = 1;
+const unsigned int commodity_class_id = 2;
+
/// default player settings
class Default
{
@@ -85,6 +89,8 @@ private:
bool load_menus(core::Entity *entity, const std::string &menufilename);
+ bool load_commodities();
+
bool load_ships();
bool load_player();