Browse Source

Add texture and projection editor classes

master
Krisjanis Rijnieks 11 years ago
parent
commit
1351042ddd
  1. 1
      src/ofxProjectionEditor.cpp
  2. 11
      src/ofxProjectionEditor.h
  3. 1
      src/ofxTextureEditor.cpp
  4. 11
      src/ofxTextureEditor.h

1
src/ofxProjectionEditor.cpp

@ -0,0 +1 @@
#include "ofxProjectionEditor.h"

11
src/ofxProjectionEditor.h

@ -0,0 +1,11 @@
#ifndef H_OFX_PROJECTION_EDITOR
#define H_OFX_PROJECTION_EDITOR
class ofxProjectionEditor()
{
public:
ofxProjectionEditor();
~ofxProjectionEditor();
}
#endif

1
src/ofxTextureEditor.cpp

@ -0,0 +1 @@
#include "ofxTextureEditor.h"

11
src/ofxTextureEditor.h

@ -0,0 +1,11 @@
#ifndef H_OFX_TEXTURE_EDITOR
#define H_OFX_TEXTURE_EDITOR
class ofxTextureEditor
{
public:
ofxTextureEditor();
~ofxTextureEditor();
};
#endif
Loading…
Cancel
Save