efl/src/tests/eo/function_overrides/function_overrides_inherit3.h

8 lines
133 B
C

#ifndef INHERIT3_H
#define INHERIT3_H
#define INHERIT3_CLASS inherit3_class_get()
const Eo_Class *inherit3_class_get(void);
#endif