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

8 lines
128 B
C

#ifndef SIMPLE5_H
#define SIMPLE5_H
#define SIMPLE5_CLASS simple5_class_get()
const Eo_Class *simple5_class_get(void);
#endif