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

10 lines
145 B
C

#ifndef INHERIT_H
#define INHERIT_H
#include "Eo.h"
#define INHERIT_CLASS inherit_class_get()
const Eo_Class *inherit_class_get(void);
#endif