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

10 lines
141 B
C

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