3 changed files with 28 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
#include "ofxSourcesEditor.h" |
||||
|
|
||||
|
ofxSourcesEditor::ofxSourcesEditor() |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
|
||||
|
ofxSourcesEditor::~ofxSourcesEditor() |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,14 @@ |
|||||
|
#ifndef H_OFX_SOURCES_EDITOR |
||||
|
#define H_OFX_SOURCES_EDITOR |
||||
|
|
||||
|
class ofxSourcesEditor |
||||
|
{ |
||||
|
public: |
||||
|
ofxSourcesEditor(); |
||||
|
~ofxSourcesEditor(); |
||||
|
|
||||
|
private: |
||||
|
|
||||
|
}; |
||||
|
|
||||
|
#endif |
Loading…
Reference in new issue