ddnet/src/osx/notification.h
2015-08-11 03:14:27 +02:00

11 lines
167 B
C++

#ifndef NOTIFICATION_H
#define NOTIFICATION_H
class CNotification
{
public:
static void notify(const char *pTitle, const char *pMsg);
};
#endif // NOTIFICATION_H