aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-19 16:17:28 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitf4f4c867a41a8bd306c3ec288e5b948ad1bf7e25 (patch)
tree93d74e3b72f992f37f18b597e6c9e53bb87f9a29 /engines/dm/inventory.h
parent7782754d68e87d5bfd9980aa1c78a01c29a87574 (diff)
downloadscummvm-rg350-f4f4c867a41a8bd306c3ec288e5b948ad1bf7e25.tar.gz
scummvm-rg350-f4f4c867a41a8bd306c3ec288e5b948ad1bf7e25.tar.bz2
scummvm-rg350-f4f4c867a41a8bd306c3ec288e5b948ad1bf7e25.zip
DM: Add InventoryMan, G0041_s_Graphic562_Box_ViewportFloppyZzzCross
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
new file mode 100644
index 0000000000..06488fe4d4
--- /dev/null
+++ b/engines/dm/inventory.h
@@ -0,0 +1,14 @@
+#include "dm.h"
+#include "gfx.h"
+
+
+
+namespace DM {
+
+class InventoryMan {
+ DMEngine *_vm;
+public:
+ InventoryMan(DMEngine *vm);
+};
+
+} \ No newline at end of file