summaryrefslogtreecommitdiff
path: root/src/tests/eo/mixin/mixin_inherit.h
blob: 3ab1e1319d5a628837c81faa13acceb4f9a4ae37 (plain)
1
2
3
4
5
6
7
#ifndef INHERIT_H
#define INHERIT_H

#define INHERIT_CLASS inherit_class_get()
const Efl_Class *inherit_class_get(void);

#endif