Optimizado el renderizado de notificaciones

This commit is contained in:
2022-11-18 19:26:31 +01:00
parent 74d5bbddaa
commit ea994bcc2f
6 changed files with 42 additions and 40 deletions

View File

@@ -73,6 +73,9 @@ public:
// Muestra una notificación de texto por pantalla;
void showText(std::string text);
// Indica si hay notificaciones activas
bool active();
};
#endif