efl/legacy/eobj/src/tests/composite_objects/comp.h

10 lines
130 B
C

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