forked from jaildesigner-jailgames/jaildoctors_dilemma
Cambiado el tamaño de las notificaciones. Posibilidad de añadir un icono
This commit is contained in:
@@ -36,7 +36,8 @@ private:
|
||||
|
||||
struct notification_t
|
||||
{
|
||||
std::string text;
|
||||
std::string text1;
|
||||
std::string text2;
|
||||
int counter;
|
||||
notification_state_e state;
|
||||
notification_position_e position;
|
||||
@@ -77,7 +78,7 @@ public:
|
||||
~Notify();
|
||||
|
||||
// Muestra una notificación de texto por pantalla;
|
||||
void showText(std::string text1 = "", std::string text2 = "");
|
||||
void showText(std::string text1 = "", std::string text2 = "", int icon = -1);
|
||||
|
||||
// Indica si hay notificaciones activas
|
||||
bool active();
|
||||
|
||||
Reference in New Issue
Block a user