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

10 lines
160 B
C

#ifndef SIMPLE5_H
#define SIMPLE5_H
#include "Eobj.h"
#define SIMPLE5_CLASS simple5_class_get()
const Eobj_Class *simple5_class_get(void) EINA_CONST;
#endif