diff --git a/src/ofxSurfaceType.h b/src/ofxSurfaceType.h new file mode 100644 index 0000000..95c8e31 --- /dev/null +++ b/src/ofxSurfaceType.h @@ -0,0 +1,8 @@ +#ifndef H_OFX_SURFACE_TYPE +#define H_OFX_SURFACE_TYPE + +enum class SurfaceType { + TRIANGLE_SURFACE +}; + +#endif \ No newline at end of file