summaryrefslogtreecommitdiff
path: root/src/port/hooks/list/ItemEvent.h
blob: bf9739ef9e9b5dec2e91fd9db745fb80f94ce3ce (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;
);