summaryrefslogtreecommitdiff
path: root/src/port/hooks/list/ItemEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/hooks/list/ItemEvent.h')
-rw-r--r--src/port/hooks/list/ItemEvent.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/port/hooks/list/ItemEvent.h b/src/port/hooks/list/ItemEvent.h
new file mode 100644
index 00000000..70e89a14
--- /dev/null
+++ b/src/port/hooks/list/ItemEvent.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "gfx.h"
+#include "sf64object.h"
+#include "port/hooks/impl/EventSystem.h"
+
+DEFINE_EVENT(3, ItemDropEvent, EVENT_TYPE_PRE,
+ Item* item;
+); \ No newline at end of file