11 lines
120 B
C++
11 lines
120 B
C++
#ifndef QuickHull_Types_hpp
|
|
#define QuickHull_Types_hpp
|
|
|
|
namespace quickhull {
|
|
|
|
typedef size_t IndexType;
|
|
|
|
}
|
|
|
|
#endif
|