summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 9fdb93ca..9aacdfdb 100644
--- a/src/types.h
+++ b/src/types.h
@@ -292,6 +292,10 @@ enum class Formulation {
};
+std::string formulation_to_string (dcp::Formulation formulation);
+dcp::Formulation string_to_formulation (std::string forumulation);
+
+
/** @class Colour
* @brief An RGB colour
*/