summaryrefslogtreecommitdiff
path: root/src/port/hooks/list/ItemEvent.h
blob: f5296a34a61f84481e19011067b3c96e2bda0c65 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "gfx.h"
#include "sf64object.h"
#include "port/hooks/impl/EventSystem.h"

DEFINE_EVENT(ItemDropEvent,
    Item* item;
);