diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-06 01:07:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-08 01:29:35 +0200 |
| commit | 237cac14be009b9b7afb908204f35fa94da65116 (patch) | |
| tree | 16ea23a60df487ce5facb6c82ee8102881daded7 /src/lib/types.h | |
| parent | 6b9ecf45d64a2d62b217f2984af0ccc805db857a (diff) | |
Add ReelType / string conversions.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 4 |
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); |
