aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-19 18:05:19 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commite9a4e818f21af256eea54bf08993425c6933e998 (patch)
treee8d35042b9d2c9b5b0f6826234b3c12876abbe54 /engines/dm/inventory.h
parente64e352815cb80d4aa0b709b86ad30abb6b6ef8c (diff)
downloadscummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.tar.gz
scummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.tar.bz2
scummvm-rg350-e9a4e818f21af256eea54bf08993425c6933e998.zip
DM: Add F0355_INVENTORY_Toggle_CPSE
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 06488fe4d4..6579708293 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -1,5 +1,6 @@
#include "dm.h"
#include "gfx.h"
+#include "champion.h"
@@ -8,7 +9,9 @@ namespace DM {
class InventoryMan {
DMEngine *_vm;
public:
+ int16 _inventoryChampionOrdinal; // @ G0423_i_InventoryChampionOrdinal
InventoryMan(DMEngine *vm);
+ void toggleInventory(ChampionIndex championIndex); // @ F0355_INVENTORY_Toggle_CPSE
};
} \ No newline at end of file