summaryrefslogtreecommitdiff
path: root/src/map/data/itemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/data/itemd.h')
-rw-r--r--src/map/data/itemd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/data/itemd.h b/src/map/data/itemd.h
new file mode 100644
index 0000000..611d6cd
--- /dev/null
+++ b/src/map/data/itemd.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_ITEMD
+#define EVOL_MAP_ITEMD
+
+struct ItemdExt;
+
+struct ItemdExt *itemd_get(struct item_data *item);
+struct ItemdExt *itemd_create(void);
+
+#endif // EVOL_MAP_MAPD