summaryrefslogtreecommitdiff
path: root/src/reel_atmos_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_atmos_asset.h')
-rw-r--r--src/reel_atmos_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h
index ab18d1ab..ed525bae 100644
--- a/src/reel_atmos_asset.h
+++ b/src/reel_atmos_asset.h
@@ -60,6 +60,8 @@ public:
ReelAtmosAsset (std::shared_ptr<AtmosAsset> asset, int64_t entry_point);
explicit ReelAtmosAsset (std::shared_ptr<const cxml::Node>);
+ bool can_be_read() const override;
+
std::shared_ptr<const AtmosAsset> asset () const {
return asset_of_type<const AtmosAsset>();
}