#pragma once namespace ofx { namespace piMapper { struct EditorType { enum { TEXTURE, PROJECTION }; }; } }