aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2004-01-14 10:40:25 +0000
committerGregory Montoir2004-01-14 10:40:25 +0000
commitb218cb93fe3eabdcce32af012bf257e3cda34e32 (patch)
tree061378a7add793a058b219673ba3c0e80e003b2e /queen/command.h
parent8cc0b7163cd6b5beb08568aef7caf02836b4b317 (diff)
downloadscummvm-rg350-b218cb93fe3eabdcce32af012bf257e3cda34e32.tar.gz
scummvm-rg350-b218cb93fe3eabdcce32af012bf257e3cda34e32.tar.bz2
scummvm-rg350-b218cb93fe3eabdcce32af012bf257e3cda34e32.zip
cleanup
svn-id: r12378
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/queen/command.h b/queen/command.h
index 301e056414..686ee470ee 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -50,7 +50,6 @@ struct CmdText {
QueenEngine *_vm;
};
-
struct CmdState {
void init();
@@ -66,7 +65,6 @@ struct CmdState {
int16 selNoun;
};
-
class Command {
public:
@@ -84,12 +82,10 @@ public:
//! read all command arrays from stream
void readCommandsFrom(byte *&ptr);
-
enum {
MAX_MATCHING_CMDS = 50
};
-
private:
ObjectData *findObjectData(uint16 objRoomNum) const;