Eo: Restructure source tree to be like the rest of the EFL.
[profile/ivi/eobj.git] / src / tests / mixin / mixin2.h
1 #ifndef MIXIN2_H
2 #define MIXIN2_H
3
4 #include "Eo.h"
5
6 typedef struct
7 {
8    int count;
9 } Mixin2_Public_Data;
10
11 #define MIXIN2_CLASS mixin2_class_get()
12 const Eo_Class *mixin2_class_get(void) EINA_CONST;
13
14 #endif