1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 20:59:50 +04:00
Files
flipperzero-firmware/applications/gui/gui_i.h

7 lines
117 B
C
Raw Normal View History

#pragma once
2020-10-16 18:25:06 +03:00
typedef struct Gui Gui;
2020-10-15 18:05:28 +03:00
void gui_update(Gui* gui);
void gui_lock(Gui* gui);
void gui_unlock(Gui* gui);