aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/sidefx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/sidefx.h')
-rw-r--r--engines/zvision/sidefx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/zvision/sidefx.h b/engines/zvision/sidefx.h
index 6f75ad6649..9c18371ef4 100644
--- a/engines/zvision/sidefx.h
+++ b/engines/zvision/sidefx.h
@@ -88,6 +88,11 @@ public:
return false;
}
+ virtual bool stop() {
+ return true;
+ }
+ virtual void kill() {}
+
protected:
ZVision *_engine;
uint32 _key;