diff options
Diffstat (limited to 'engines/zvision/actions.h')
-rw-r--r-- | engines/zvision/actions.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/zvision/actions.h b/engines/zvision/actions.h index b75ca8bdad..48703b95e5 100644 --- a/engines/zvision/actions.h +++ b/engines/zvision/actions.h @@ -254,6 +254,12 @@ private: uint _framerate; }; +class ActionQuit : public ResultAction { +public: + ActionQuit() {} + bool execute(ZVision *engine); +}; + // TODO: See if this exists in ZGI. It doesn't in ZNem class ActionUnloadAnimation : public ResultAction { public: |