#ifndef H_OFX_EDITOR_TYPE #define H_OFX_EDITOR_TYPE struct ofxEditorType { enum { TEXTURE, PROJECTION }; }; #endif