22 #ifndef GROOVIE_GROOVIE_H 23 #define GROOVIE_GROOVIE_H 25 #include "groovie/debug.h" 26 #include "groovie/font.h" 28 #include "engines/engine.h" 29 #include "graphics/pixelformat.h" 30 #include "groovie/detection.h" 118 static const int AUTOSAVE_SLOT;
124 EngineVersion getEngineVersion()
const;
126 int getAutosaveSlot()
const override;
127 bool canLaunchLoad()
const;
134 void pauseEngineIntern(
bool pause)
override;
142 void syncSoundSettings()
override;
146 bool isWaitingForInput() {
return _waitingForInput; }
165 bool _waitingForInput;
171 #endif // GROOVIE_GROOVIE_H Definition: detection.h:37
Definition: macresman.h:125
EngineFeature
Definition: engine.h:253
Definition: resource.h:39
Definition: groovie.h:116
Definition: groovie.h:100
GameSpeed
Definition: groovie.h:81
Definition: graphics.h:31
Definition: algorithm.h:29