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

8 lines
128 B
C

#ifndef SIMPLE3_H
#define SIMPLE3_H
#define SIMPLE3_CLASS simple3_class_get()
const Eo_Class *simple3_class_get(void);
#endif