mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
7 lines
238 B
C
7 lines
238 B
C
|
#ifndef ENGINE_CLIENT_NOTIFICATIONS_H
|
||
|
#define ENGINE_CLIENT_NOTIFICATIONS_H
|
||
|
void NotificationsInit();
|
||
|
void NotificationsUninit();
|
||
|
void NotificationsNotify(const char *pTitle, const char *pMessage);
|
||
|
#endif // ENGINE_CLIENT_NOTIFICATIONS_H
|