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

10 lines
156 B
C

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