DDNet documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
notifications.h
Go to the documentation of this file.
1
#ifndef ENGINE_CLIENT_NOTIFICATIONS_H
2
#define ENGINE_CLIENT_NOTIFICATIONS_H
3
4
#include <
engine/notifications.h
>
5
6
class
CNotifications
:
public
INotifications
7
{
8
public
:
9
void
Init
(
const
char
*pAppname)
override
;
10
void
Shutdown
()
override
;
11
void
Notify
(
const
char
*pTitle,
const
char
*pMessage)
override
;
12
};
13
14
#endif
// ENGINE_CLIENT_NOTIFICATIONS_H
CNotifications
Definition
notifications.h:7
CNotifications::Init
void Init(const char *pAppname) override
Definition
notifications.cpp:13
CNotifications::Notify
void Notify(const char *pTitle, const char *pMessage) override
Definition
notifications.cpp:27
CNotifications::Shutdown
void Shutdown() override
Definition
notifications.cpp:20
INotifications
Definition
notifications.h:7
notifications.h
src
engine
client
notifications.h
Generated by
1.18.0