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

10 lines
160 B
C

#ifndef SIMPLE4_H
#define SIMPLE4_H
#include "Eobj.h"
#define SIMPLE4_CLASS simple4_class_get()
const Eobj_Class *simple4_class_get(void) EINA_CONST;
#endif