efl/src/tests/eo/function_overrides/function_overrides_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