efl/legacy/eobj/examples/constructors/simple6.h

10 lines
160 B
C

#ifndef SIMPLE6_H
#define SIMPLE6_H
#include "Eobj.h"
#define SIMPLE6_CLASS simple6_class_get()
const Eobj_Class *simple6_class_get(void) EINA_CONST;
#endif