From 356ca40b85676e9e0f07f24d0752b30f2d0e8565 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 1 Jan 2023 21:14:18 +0100 Subject: Add DCP::asset_map(). --- src/dcp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/dcp.h b/src/dcp.h index 9811b60d..941df67c 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -190,6 +190,10 @@ public: return _asset_map->path(); } + boost::optional asset_map() const { + return _asset_map; + } + static std::vector directories_from_files (std::vector files); private: -- cgit v1.2.3