babb28b11a59c8e5093d93b5d5b52eb5177c0a01
[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);
8
9 #endif