summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 12:41:33 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 12:41:33 +0100
commite3636c080d3d24471e85f519d69af4c11d5ecbd0 (patch)
treef165bc8174ef9fd5668bf3667b167e8601ff9d90 /src/sound_asset.h
parent32e93176fa91b215d68dee24e7887a21041da54c (diff)
Check sound; various fixups.
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 4fbec895..2d797998 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -84,6 +84,8 @@ public:
*/
void write_to_cpl (std::ostream& s) const;
+ std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const;
+
private:
void construct (sigc::slot<std::string, Channel> get_path);
std::string path_from_channel (Channel channel, std::vector<std::string> const & files);