1#ifndef ENGINE_NOTIFICATIONS_H
2#define ENGINE_NOTIFICATIONS_H
10 virtual
void Init(const
char *pAppname) = 0;
12 virtual
void Notify(const
char *pTitle, const
char *pMessage) = 0;
IInterface()
Definition kernel.h:19
Definition notifications.h:7
void Shutdown() override=0
virtual void Notify(const char *pTitle, const char *pMessage)=0
virtual void Init(const char *pAppname)=0
#define MACRO_INTERFACE(Name)
Definition kernel.h:25
INotifications * CreateNotifications()
Definition notifications.cpp:41