15 lines
152 B
C++
15 lines
152 B
C++
#ifndef QuickHullTests_h
|
|
#define QuickHullTests_h
|
|
|
|
namespace quickhull {
|
|
|
|
namespace tests {
|
|
|
|
void run();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif /* QuickHullTests_h */
|