a97b89bd4d41739f28b0f2e4cc4da68d005646cc
[profile/ivi/eobj.git] / src / examples / evas / elw_win.h
1 #ifndef ELW_WIN_H
2 #define ELW_WIN_H
3
4 #include "Eo.h"
5
6 #define ELW_WIN_CLASS elw_win_class_get()
7 const Eo_Class *elw_win_class_get(void) EINA_CONST;
8
9 #endif