efl/legacy/eobj/examples/function_overrides/inherit3.h

10 lines
165 B
C

#ifndef INHERIT3_H
#define INHERIT3_H
#include "Eobj.h"
#define INHERIT3_CLASS inherit3_class_get()
const Eobj_Class *inherit3_class_get(void) EINA_CONST;
#endif