Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/commodity.h')
-rw-r--r--src/game/base/commodity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/commodity.h b/src/game/base/commodity.h
index e226505..b889749 100644
--- a/src/game/base/commodity.h
+++ b/src/game/base/commodity.h
@@ -16,6 +16,8 @@ class Commodity : public core::Info {
public:
Commodity();
~Commodity();
+
+ static core::InfoType *commodity_infotype;
};
} // namespace game