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

10 lines
160 B
C

#ifndef SIMPLE3_H
#define SIMPLE3_H
#include "Eobj.h"
#define SIMPLE3_CLASS simple3_class_get()
const Eobj_Class *simple3_class_get(void) EINA_CONST;
#endif