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

10 lines
160 B
C

#ifndef SIMPLE2_H
#define SIMPLE2_H
#include "eobj.h"
#define SIMPLE2_CLASS simple2_class_get()
const Eobj_Class *simple2_class_get(void) EINA_CONST;
#endif