summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h9
1 files changed, 9 insertions, 0 deletions
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
+};
+
+
}