eo-classes: Update includes to be as designed

This commit is contained in:
Andy Williams 2017-11-10 11:13:24 +00:00
parent 0e754f1684
commit 782edcff12
3 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,9 @@
#define EFL_EO_API_SUPPORT 1
#define EFL_BETA_API_SUPPORT 1
#include <Eina.h>
#include "example_shape.eo.h"
#include "example_rectangle.eo.h"
#include "example_square.eo.h"

View File

@ -5,9 +5,7 @@
#include <Efl.h>
#include <Elementary.h>
#include "example_shape.eo.h"
#include "example_rectangle.eo.h"
#include "example_square.eo.h"
#include "eo_classes.h"
Example_Shape *
_rect_create()

View File

@ -19,6 +19,7 @@ foreach eo : eo_src
endforeach
src = files([
'eo_classes.h',
'eo_classes_main.c',
])