mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 14:17:10 -06:00
9 lines
297 B
C
9 lines
297 B
C
#ifndef _Notify_Notify_h_
|
|
#define _Notify_Notify_h_
|
|
|
|
void NotifyInfo(const char * title, const char * message, int timeout = 10);
|
|
void NotifyWarning(const char * title, const char * message, int timeout = 10);
|
|
void NotifyError(const char * title, const char * message, int timeout = 10);
|
|
|
|
|
|
#endif
|