2 changed files with 5 additions and 5 deletions
@ -1,9 +1,9 @@ |
|||||
#pragma once |
#pragma once |
||||
|
|
||||
namespace ofx { |
namespace ofx { |
||||
namespace piMapper { |
namespace piMapper { |
||||
struct SurfaceType { |
struct SurfaceType { |
||||
enum { TRIANGLE_SURFACE, QUAD_SURFACE }; |
enum { TRIANGLE_SURFACE, QUAD_SURFACE }; |
||||
}; |
}; |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue