flycast/core/rend/gui.h

8 lines
150 B
C
Raw Normal View History

2019-02-06 18:57:13 +00:00
void gui_init();
void gui_dosmth(int width, int height);
void gui_open_settings();
bool gui_is_open();
bool gui_display_ui();
extern int screen_dpi;