mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 16:52:38 +03:00
6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
typedef struct Gui Gui;
|
|
|
|
void gui_update(Gui* gui);
|