diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-17 18:22:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-18 01:10:32 +0100 |
| commit | 18446861340bfb301b2157e1ebc7fa532bd75952 (patch) | |
| tree | e3ab3c5dd12302700a92d9327f13529235a70ac6 /src/dcp.h | |
| parent | a8c0fd03be2ee810741fe7ab2063926ea8834e8b (diff) | |
Add can_be_read() to DCP.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ public: return _asset_map; } + bool can_be_read() const; + static std::vector<boost::filesystem::path> directories_from_files (std::vector<boost::filesystem::path> files); private: |
