mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-27 13:44:17 +01:00
8 lines
202 B
C
8 lines
202 B
C
|
|
||
|
void wgui_desk_init();
|
||
|
void wgui_desk_handle(struct ir_t *ir, int *buttons, int *held);
|
||
|
void wgui_desk_render(struct ir_t *ir, int *buttons);
|
||
|
void wgui_desk_close();
|
||
|
void action_Theme_2(int theme_i);
|
||
|
|