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

10 lines
150 B
C

#ifndef INHERIT3_H
#define INHERIT3_H
#include "Eo.h"
#define INHERIT3_CLASS inherit3_class_get()
const Eo_Class *inherit3_class_get(void);
#endif