aboutsummaryrefslogtreecommitdiff
path: root/brep/options-types
blob: 01b8d0ad626f1f8008b3b3f1f9cd265b6041b07d (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-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