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