aboutsummaryrefslogtreecommitdiff
path: root/brep/options-types
diff options
context:
space:
mode:
Diffstat (limited to 'brep/options-types')
-rw-r--r--brep/options-types19
1 files changed, 19 insertions, 0 deletions
diff --git a/brep/options-types b/brep/options-types
new file mode 100644
index 0000000..01b8d0a
--- /dev/null
+++ b/brep/options-types
@@ -0,0 +1,19 @@
+// file : brep/options-types -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BREP_OPTIONS_TYPES
+#define BREP_OPTIONS_TYPES
+
+namespace brep
+{
+ // brep types
+ //
+ enum class page_form
+ {
+ full,
+ brief
+ };
+}
+
+#endif // BREP_OPTIONS_TYPES