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

10 lines
156 B
C
Raw Normal View History

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