aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index 82f0faff04..cfa783ef44 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -58,6 +58,10 @@ class Spare;
#define kPocketMax 4
#define kCaveMax 100
+enum CallbackType {
+ kNullCB = 0, kQGame, kMiniStep, kXScene, kSoundSetVolume
+};
+
class CGE2Engine : public Engine {
public:
CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription);