diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
| commit | fd8a665cbb0a9a44995f88567747e2379a6f4098 (patch) | |
| tree | bd5b38579afdc55025cc93e52b8595a8aeebd46a /src/sound_asset.h | |
| parent | 40c974694bb6c01d7bfd432b7467b933e01dc418 (diff) | |
Various probably quite untidy progress on KDMs.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 0a6c8f4e..67115606 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -104,6 +104,8 @@ public: } private: + std::string key_type () const; + void construct (boost::function<std::string (Channel)> get_path); std::string path_from_channel (Channel channel, std::vector<std::string> const & files); |
