1
This commit is contained in:
parent
1bad51439f
commit
fd42b3047f
@ -18,6 +18,13 @@
|
||||
#include "mt/SkillNumber.h"
|
||||
#include "mt/Equip.h"
|
||||
|
||||
struct EventHandler
|
||||
{
|
||||
a8::CommonCbProc cb;
|
||||
list_head entry;
|
||||
std::shared_ptr<EventHandlerPtr> ptr;
|
||||
};
|
||||
|
||||
static void DeleteEventHandler(void* context)
|
||||
{
|
||||
EventHandler* e = (EventHandler*)context;
|
||||
|
@ -6,13 +6,6 @@ struct EventHandlerPtr
|
||||
struct EventHandler* data = nullptr;
|
||||
};
|
||||
|
||||
struct EventHandler
|
||||
{
|
||||
a8::CommonCbProc cb;
|
||||
list_head entry;
|
||||
std::shared_ptr<EventHandlerPtr> ptr;
|
||||
};
|
||||
|
||||
enum EventId_e
|
||||
{
|
||||
kNoneEvent = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user