mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
18 lines
321 B
C++
18 lines
321 B
C++
#ifndef MXNOTIFICATIONMANAGER_H
|
|
#define MXNOTIFICATIONMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxNotificationManager : public MxCore
|
|
{
|
|
public:
|
|
virtual ~MxNotificationManager(); // vtable+0x0
|
|
|
|
virtual long Tickle(); // vtable+0x8
|
|
|
|
// 0x10: MxCriticalSection
|
|
// VTABLE 0x100dc078
|
|
};
|
|
|
|
#endif // MXNOTIFICATIONMANAGER_H
|