mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
typedef struct Gui Gui;
|
|
|
|
void gui_update(Gui* gui);
|