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

10 lines
156 B
C

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