From 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 20:02:06 +0200 Subject: Implement new URL path schema for the web interface --- brep/options-types | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 brep/options-types (limited to 'brep/options-types') 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 -- cgit v1.1