mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
15 lines
203 B
C++
15 lines
203 B
C++
#ifndef MXEVENTMANAGER_H
|
|
#define MXEVENTMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxEventManager : public MxCore
|
|
{
|
|
public:
|
|
virtual ~MxEventManager();
|
|
|
|
// VTABLE 0x100c0360
|
|
};
|
|
|
|
#endif // MXEVENTMANAGER_H
|