summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-19 21:39:58 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-19 21:39:58 +0100
commitd67964c10d6d0bdac09045e209ba0e99dbd761a3 (patch)
tree569f8e9974be41aabee496f0ba68735f7f385b30 /src/types.h
parent6fecf18d3bbeb9e670d7c53de926ffddd0c7fef0 (diff)
Add string converters for KDM formulations.v1.8.11
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
*/