mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
SCUMM: Fix compilation failure
This commit is contained in:
parent
4daf3e4ea5
commit
979ae76ec1
@ -28,6 +28,8 @@
|
||||
|
||||
namespace Scumm {
|
||||
|
||||
class ScummEngine;
|
||||
|
||||
/**
|
||||
* Pure virtual base class for the various music/sound engines used in Scumm
|
||||
* games. In particular, the iMuse code provides a subclass of this. There are
|
||||
@ -83,6 +85,7 @@ public:
|
||||
/**
|
||||
* Save or load the music state.
|
||||
*/
|
||||
virtual void saveLoadWithSerializer(Common::Serializer &ser) {}
|
||||
virtual void saveLoadWithSerializer(Common::Serializer &ser, ScummEngine *scumm, bool fixAfterLoad = true) {}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user