GUI: GuiApi isolation

This commit is contained in:
Aleksandr Kutuzov
2020-10-16 18:25:06 +03:00
parent 491343b683
commit f0800e579f
5 changed files with 22 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
typedef struct Gui Gui;
void gui_update(Gui* gui);