summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-06 01:07:49 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-08 01:29:35 +0200
commit237cac14be009b9b7afb908204f35fa94da65116 (patch)
tree16ea23a60df487ce5facb6c82ee8102881daded7 /src/lib/types.h
parent6b9ecf45d64a2d62b217f2984af0ccc805db857a (diff)
Add ReelType / string conversions.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index b4fcea959..f6b0fb3be 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -113,6 +113,10 @@ enum class ReelType
};
+std::string reel_type_to_string(ReelType type);
+ReelType string_to_reel_type(std::string type);
+
+
struct CPLSummary
{
CPLSummary (boost::filesystem::path p);