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

10 lines
156 B
C

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