- Quatre mamonaes que he fet en el portatil

This commit is contained in:
2025-08-15 18:17:09 +02:00
parent 78a4c84db2
commit 0530c255c1
3 changed files with 28 additions and 0 deletions

4
ui.h
View File

@@ -40,4 +40,8 @@ namespace ui
void setClicked(const bool value);
const bool getClicked();
void setDialog(void(*dialog)(void));
bool hasDialog();
void callDialog();
}