examples/tutorial/c/eo-inherit/src/eo_inherit.h

19 lines
338 B
C

#ifndef _EO_CLASSES_H
#define _EO_CLASSES_H 1
#define EFL_EO_API_SUPPORT 1
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT 1
#endif
#include <Eina.h>
#include <Efl.h>
#include <Elementary.h>
#include "example_shape.eo.h"
#include "example_rectangle.eo.h"
#include "example_square.eo.h"
#include "example_circle.eo.h"
#endif