ofxPiMapper fixed for C++17 & oF 12.0
 
 

9 lines
137 B

#pragma once
namespace ofx {
namespace piMapper {
struct SurfaceType {
enum { TRIANGLE_SURFACE, QUAD_SURFACE };
};
}
}