// file : brep/options-types -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BREP_OPTIONS_TYPES #define BREP_OPTIONS_TYPES #include #include namespace brep { // brep types // enum class page_form { full, brief }; } #endif // BREP_OPTIONS_TYPES