aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index 29a7a11b9d..644e06e7e7 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -46,6 +46,7 @@ enum {
};
enum SNLIST { NEAR, TAKE };
+enum CALLBACK { NULLCB = 0, QGAME, MINISTEP, XCAVE, SELECTSOUND, SNSELECT, SNDSETVOLUME };
#define POCKET_NX 8
@@ -145,6 +146,7 @@ public:
void sayDebug();
void nextStep();
void switchDebug();
+ void miniStep(int stp);
void snBackPt(Sprite *spr, int stp);
void snBarrier(int cav, int bar, bool horz);