From 61aadb378d654425d55b8cf9f91df4283b46de7e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Nov 2008 16:11:40 +0000 Subject: Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeature comments svn-id: r34896 --- engines/agos/agos.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'engines/agos/agos.h') diff --git a/engines/agos/agos.h b/engines/agos/agos.h index 49b4478ec7..4d1349b942 100644 --- a/engines/agos/agos.h +++ b/engines/agos/agos.h @@ -163,7 +163,13 @@ class AGOSEngine : public Engine { friend class Debugger; friend class MoviePlayer; - GUI::Debugger *getDebugger(); + // Engine APIs + virtual int init(); + virtual int go(); + virtual GUI::Debugger *getDebugger(); + virtual bool hasFeature(EngineFeature f) const; + virtual void syncSoundSettings(); + virtual void pauseEngineIntern(bool pause); public: virtual void setupOpcodes(); @@ -588,7 +594,6 @@ protected: void loadSoundFile(const char *filename); - virtual void syncSoundSettings(); int getUserFlag(Item *item, int a); int getUserFlag1(Item *item, int a); @@ -1147,9 +1152,6 @@ protected: void loadVGAVideoFile(uint16 id, uint8 type); bool loadVGASoundFile(uint16 id, uint8 type); - int init(); - int go(); - void openGameFile(); void readGameFile(void *dst, uint32 offs, uint32 size); @@ -1210,7 +1212,6 @@ protected: void checkTimerCallback(); void delay(uint delay); void pause(); - virtual void pauseEngineIntern(bool pause); void waitForMark(uint i); void scrollScreen(); -- cgit v1.2.3