8 lines
150 B
C
8 lines
150 B
C
![]() |
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;
|