aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes3.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/nebular_scenes3.h')
-rw-r--r--engines/mads/nebular/nebular_scenes3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes3.h b/engines/mads/nebular/nebular_scenes3.h
index f746b9f25e..9dd2e12421 100644
--- a/engines/mads/nebular/nebular_scenes3.h
+++ b/engines/mads/nebular/nebular_scenes3.h
@@ -231,6 +231,10 @@ public:
};
class Scene316: public Scene3xx {
+private:
+ void handleRexInGrate();
+ void handleRoxInGrate();
+
public:
Scene316(MADSEngine *vm) : Scene3xx(vm) {}