diff --git a/src/ofxProjectionEditor.cpp b/src/ofxProjectionEditor.cpp new file mode 100644 index 0000000..7f7946e --- /dev/null +++ b/src/ofxProjectionEditor.cpp @@ -0,0 +1 @@ +#include "ofxProjectionEditor.h" \ No newline at end of file diff --git a/src/ofxProjectionEditor.h b/src/ofxProjectionEditor.h new file mode 100644 index 0000000..a843e97 --- /dev/null +++ b/src/ofxProjectionEditor.h @@ -0,0 +1,11 @@ +#ifndef H_OFX_PROJECTION_EDITOR +#define H_OFX_PROJECTION_EDITOR + +class ofxProjectionEditor() +{ +public: + ofxProjectionEditor(); + ~ofxProjectionEditor(); +} + +#endif \ No newline at end of file diff --git a/src/ofxTextureEditor.cpp b/src/ofxTextureEditor.cpp new file mode 100644 index 0000000..d324303 --- /dev/null +++ b/src/ofxTextureEditor.cpp @@ -0,0 +1 @@ +#include "ofxTextureEditor.h" \ No newline at end of file diff --git a/src/ofxTextureEditor.h b/src/ofxTextureEditor.h new file mode 100644 index 0000000..d631358 --- /dev/null +++ b/src/ofxTextureEditor.h @@ -0,0 +1,11 @@ +#ifndef H_OFX_TEXTURE_EDITOR +#define H_OFX_TEXTURE_EDITOR + +class ofxTextureEditor +{ +public: + ofxTextureEditor(); + ~ofxTextureEditor(); +}; + +#endif \ No newline at end of file