efl/legacy/eobj/examples/evas/elw_win.h

10 lines
160 B
C

#ifndef ELW_WIN_H
#define ELW_WIN_H
#include "Eobj.h"
#define ELW_WIN_CLASS elw_win_class_get()
const Eobj_Class *elw_win_class_get(void) EINA_CONST;
#endif