summaryrefslogtreecommitdiff
path: root/src/reel_file_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-16 17:45:46 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-18 01:10:32 +0100
commitc3c127e0bdb988696d16f47ea8080df3eff38420 (patch)
treeecdff8d299152eef491f1946e6ccb4f6d9cf8e71 /src/reel_file_asset.h
parent45ed3bf55175a8555123b320b366efb69b1ba629 (diff)
Add can_be_read() to ReelFileAsset and subclasses.
Diffstat (limited to 'src/reel_file_asset.h')
-rw-r--r--src/reel_file_asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_file_asset.h b/src/reel_file_asset.h
index 48fdf215..2412ac2b 100644
--- a/src/reel_file_asset.h
+++ b/src/reel_file_asset.h
@@ -57,6 +57,7 @@ public:
explicit ReelFileAsset (std::shared_ptr<const cxml::Node> node);
virtual xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
+ virtual bool can_be_read() const;
/** @return a Ref to our actual asset */
Ref const & asset_ref () const {