mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-20 08:43:56 +00:00
5 lines
66 B
C
5 lines
66 B
C
#pragma once
|
|
|
|
typedef struct Gui Gui;
|
|
|
|
void gui_update(Gui* gui);
|