aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scenecore.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/scenes/scenecore.h')
-rw-r--r--engines/gnap/scenes/scenecore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gnap/scenes/scenecore.h b/engines/gnap/scenes/scenecore.h
index a97bf5c8e4..63f11b9c8b 100644
--- a/engines/gnap/scenes/scenecore.h
+++ b/engines/gnap/scenes/scenecore.h
@@ -38,6 +38,7 @@ public:
virtual void updateHotspots() = 0;
virtual void run() = 0;
virtual void updateAnimations() = 0;
+ virtual void updateAnimationsCb() = 0;
protected:
GnapEngine *_vm;