FULLPIPE: Unstubbed ExCommand::handleMessage()
This commit is contained in:
parent
9232315880
commit
c78803db2d
3 changed files with 41 additions and 4 deletions
|
@ -70,7 +70,7 @@ class ExCommand : public Message {
|
|||
|
||||
virtual bool load(MfcArchive &file);
|
||||
|
||||
void handleMessage();
|
||||
bool handleMessage();
|
||||
};
|
||||
|
||||
class CObjstateCommand : public CObject {
|
||||
|
@ -111,6 +111,9 @@ class MessageQueue : public CObject {
|
|||
void setFlags(int flags) { _flags = flags; }
|
||||
|
||||
bool chain(StaticANIObject *ani);
|
||||
void update();
|
||||
void sendNextCommand();
|
||||
void finish();
|
||||
};
|
||||
|
||||
class GlobalMessageQueueList : public CPtrList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue