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