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

8 lines
128 B
C

#ifndef SIMPLE2_H
#define SIMPLE2_H
#define SIMPLE2_CLASS simple2_class_get()
const Eo_Class *simple2_class_get(void);
#endif