efl/src/tests/eo/constructors/constructors_simple4.h

8 lines
128 B
C

#ifndef SIMPLE4_H
#define SIMPLE4_H
#define SIMPLE4_CLASS simple4_class_get()
const Eo_Class *simple4_class_get(void);
#endif