diff --git a/src/ofxSurfaceManagerGui.cpp b/src/ofxSurfaceManagerGui.cpp new file mode 100644 index 0000000..9434ea9 --- /dev/null +++ b/src/ofxSurfaceManagerGui.cpp @@ -0,0 +1 @@ +#include "ofxSurfaceManagerGui.h" \ No newline at end of file diff --git a/src/ofxSurfaceManagerGui.h b/src/ofxSurfaceManagerGui.h new file mode 100644 index 0000000..b582e19 --- /dev/null +++ b/src/ofxSurfaceManagerGui.h @@ -0,0 +1,11 @@ +#ifndef H_OFX_SURFACE_MANAGER_GUI +#define H_OFX_SURFACE_MANAGER_GUI + +class ofxSurfaceManagerGui +{ +public: + ofxSurfaceManagerGui(); + ~ofxSurfaceManagerGui(); +}; + +#endif \ No newline at end of file