aboutsummaryrefslogtreecommitdiff
path: root/brep/options-types
blob: fa6cf7aff7acd623db63f259ec79bff93c858f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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

namespace brep
{
  // brep types
  //
  enum class page_form
  {
    full,
    brief
  };
}

#endif // BREP_OPTIONS_TYPES