aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-20 19:39:36 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitef2411f7afe060ce60b6b2d6d607dc3d8d339021 (patch)
tree8358b8894b704b1ac76ad5005b31ad420164ef6d /engines/dm/inventory.h
parentd5e4448ec619dd724fbdcbda38a5d3db8f74122a (diff)
downloadscummvm-rg350-ef2411f7afe060ce60b6b2d6d607dc3d8d339021.tar.gz
scummvm-rg350-ef2411f7afe060ce60b6b2d6d607dc3d8d339021.tar.bz2
scummvm-rg350-ef2411f7afe060ce60b6b2d6d607dc3d8d339021.zip
DM: Add F0287_CHAMPION_DrawBarGraph
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 90565f57ce..eb4b458b82 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -6,6 +6,8 @@
namespace DM {
+#define kChampionStatusBoxSpacing 69 // @ C69_CHAMPION_STATUS_BOX_SPACING
+
class InventoryMan {
DMEngine *_vm;
public: