summaryrefslogtreecommitdiff
path: root/src/atmos_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atmos_asset.h')
-rw-r--r--src/atmos_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h
index a682ae60..9fcd359f 100644
--- a/src/atmos_asset.h
+++ b/src/atmos_asset.h
@@ -61,6 +61,8 @@ public:
AtmosAsset (Fraction edit_rate, int first_frame, int max_channel_count, int max_object_count, int atmos_version);
explicit AtmosAsset (boost::filesystem::path file);
+ bool can_be_read() const override;
+
std::shared_ptr<AtmosAssetWriter> start_write (boost::filesystem::path file);
std::shared_ptr<AtmosAssetReader> start_read () const;