aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/debugger.h
diff options
context:
space:
mode:
authorStrangerke2017-01-25 01:03:28 +0100
committerEugene Sandulenko2017-01-25 22:42:27 +0100
commit46ead907840c271fc4563fc54b54273d28874aae (patch)
treee3456dedc018b7d6aef7870d392af3e61cfdf69f /engines/cryo/debugger.h
parenta8a142cfe4521bae210cc4a7c7b4891030d1de39 (diff)
downloadscummvm-rg350-46ead907840c271fc4563fc54b54273d28874aae.tar.gz
scummvm-rg350-46ead907840c271fc4563fc54b54273d28874aae.tar.bz2
scummvm-rg350-46ead907840c271fc4563fc54b54273d28874aae.zip
CRYO: Move inventory debug hack to debugger
Diffstat (limited to 'engines/cryo/debugger.h')
-rw-r--r--engines/cryo/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cryo/debugger.h b/engines/cryo/debugger.h
index bb3ad808ff..ee765128ce 100644
--- a/engines/cryo/debugger.h
+++ b/engines/cryo/debugger.h
@@ -40,6 +40,7 @@ public:
protected:
bool Cmd_ShowHotspots(int argc, const char **argv);
+ bool Cmd_FullInventory(int argc, const char **argv);
};
} // End of namespace Cryo