Eo: Restructure source tree to be like the rest of the EFL.
[profile/ivi/eobj.git] / src / tests / composite_objects / comp.h
1 #ifndef COMP_H
2 #define COMP_H
3
4 #include "Eo.h"
5
6 #define COMP_CLASS comp_class_get()
7 const Eo_Class *comp_class_get(void) EINA_CONST;
8
9 #endif