efl/legacy/eobj/examples/composite_objects/comp.h

10 lines
145 B
C

#ifndef COMP_H
#define COMP_H
#include "Eobj.h"
#define COMP_CLASS comp_class_get()
const Eobj_Class *comp_class_get(void) EINA_CONST;
#endif