aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scenecore.h
diff options
context:
space:
mode:
authorStrangerke2016-04-24 23:17:15 +0200
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit28d8a8be7cba9f1695650c4c5de93eee458ebe7d (patch)
treea9f7d0974482ee1e9f0ae69b9ae4ecf01430c023 /engines/gnap/scenes/scenecore.h
parentba0c3f2cc316d932065437b6e749f1d5edc426e4 (diff)
downloadscummvm-rg350-28d8a8be7cba9f1695650c4c5de93eee458ebe7d.tar.gz
scummvm-rg350-28d8a8be7cba9f1695650c4c5de93eee458ebe7d.tar.bz2
scummvm-rg350-28d8a8be7cba9f1695650c4c5de93eee458ebe7d.zip
GNAP: Rename and move two fonctions to Scene
Diffstat (limited to 'engines/gnap/scenes/scenecore.h')
-rw-r--r--engines/gnap/scenes/scenecore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gnap/scenes/scenecore.h b/engines/gnap/scenes/scenecore.h
index 1f49fd8641..ba729f802d 100644
--- a/engines/gnap/scenes/scenecore.h
+++ b/engines/gnap/scenes/scenecore.h
@@ -34,6 +34,9 @@ public:
Scene(GnapEngine *vm) : _vm(vm) {};
~Scene() {};
+ void playRandomSound(int timerIndex);
+ bool clearKeyStatus();
+
virtual int init() = 0;
virtual void updateHotspots() = 0;
virtual void run() = 0;