mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-16 20:25:40 +02:00
added p2t namespace
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#include "sweep_context.h"
|
||||
#include "sweep.h"
|
||||
|
||||
namespace p2t {
|
||||
|
||||
class CDT
|
||||
{
|
||||
public:
|
||||
@@ -55,3 +57,5 @@ Sweep* sweep_;
|
||||
/// Destructor
|
||||
~CDT();
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user