#ifndef SIMPLE2_H #define SIMPLE2_H #include "Eobj.h" #define SIMPLE2_CLASS simple2_class_get() const Eobj_Class *simple2_class_get(void) EINA_CONST; #endif