2 changed files with 6 additions and 2 deletions
@ -1,11 +1,11 @@ |
|||||
#ifndef H_OFX_PROJECTION_EDITOR |
#ifndef H_OFX_PROJECTION_EDITOR |
||||
#define H_OFX_PROJECTION_EDITOR |
#define H_OFX_PROJECTION_EDITOR |
||||
|
|
||||
class ofxProjectionEditor() |
class ofxProjectionEditor |
||||
{ |
{ |
||||
public: |
public: |
||||
ofxProjectionEditor(); |
ofxProjectionEditor(); |
||||
~ofxProjectionEditor(); |
~ofxProjectionEditor(); |
||||
} |
}; |
||||
|
|
||||
#endif |
#endif |
Loading…
Reference in new issue