diff options
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 57792907..e2bbb53c 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -68,6 +68,8 @@ public: return asset_of_type<SoundAsset>(); } + virtual std::shared_ptr<ReelSoundAsset> clone() const; + bool equals(std::shared_ptr<const ReelSoundAsset>, EqualityOptions const&, NoteHandler) const; private: |
