efl/src/examples/eo/evas/evas_elw_win.h

10 lines
145 B
C

#ifndef ELW_WIN_H
#define ELW_WIN_H
#include "Eo.h"
#define ELW_WIN_CLASS elw_win_class_get()
const Eo_Class *elw_win_class_get(void);
#endif