4 changed files with 24 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
#include "ofxProjectionEditor.h" |
@ -0,0 +1,11 @@ |
|||||
|
#ifndef H_OFX_PROJECTION_EDITOR |
||||
|
#define H_OFX_PROJECTION_EDITOR |
||||
|
|
||||
|
class ofxProjectionEditor() |
||||
|
{ |
||||
|
public: |
||||
|
ofxProjectionEditor(); |
||||
|
~ofxProjectionEditor(); |
||||
|
} |
||||
|
|
||||
|
#endif |
@ -0,0 +1 @@ |
|||||
|
#include "ofxTextureEditor.h" |
@ -0,0 +1,11 @@ |
|||||
|
#ifndef H_OFX_TEXTURE_EDITOR |
||||
|
#define H_OFX_TEXTURE_EDITOR |
||||
|
|
||||
|
class ofxTextureEditor |
||||
|
{ |
||||
|
public: |
||||
|
ofxTextureEditor(); |
||||
|
~ofxTextureEditor(); |
||||
|
}; |
||||
|
|
||||
|
#endif |
Loading…
Reference in new issue