efl/legacy/eobj/src/tests/mixin/inherit.h

8 lines
128 B
C

#ifndef INHERIT_H
#define INHERIT_H
#define INHERIT_CLASS inherit_class_get()
const Eo_Class *inherit_class_get(void);
#endif