From 06a52e28b747983c99211469bf13a7c19e9d1644 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Nov 2025 23:56:06 +0100 Subject: Allow saving of CPL/PKL with original filenames. --- src/types.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 675c0a85..e0b1f064 100644 --- a/src/types.h +++ b/src/types.h @@ -363,6 +363,15 @@ private: bool operator== (Luminance const& a, Luminance const& b); +enum class Filenames +{ + /* Use the original filenames for PKL and CPL, where available */ + ORIGINAL, + /* Use new filenames for CPL and PKL, made using the given NameFormat */ + NEW +}; + + } -- cgit v1.2.3