elm-theme-viewer/gui.h

10 lines
164 B
C
Raw Normal View History

2012-11-29 21:01:23 -08:00
#ifndef __INCLUDE_GUI__
#define __INCLUDE_GUI__
extern Evas_Object *win, *viewer_box;
2012-11-29 08:53:38 -08:00
void gui_create(const char *edje_file);
void gui_widget_load(void);
2012-11-29 21:01:23 -08:00
#endif