FULLPIPE: Unstubbed ExCommand::handleMessage()

This commit is contained in:
Eugene Sandulenko 2013-08-02 02:04:03 +03:00
parent 9232315880
commit c78803db2d
3 changed files with 41 additions and 4 deletions

View file

@ -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 {