summaryrefslogtreecommitdiff
path: root/src/map/struct
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct')
-rw-r--r--src/map/struct/itemdext.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/struct/itemdext.h b/src/map/struct/itemdext.h
new file mode 100644
index 0000000..837f5bb
--- /dev/null
+++ b/src/map/struct/itemdext.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_ITEMDEXT
+#define EVOL_MAP_ITEMDEXT
+
+struct ItemdExt
+{
+ int floorLifeTime;
+};
+
+#endif // EVOL_MAP_ITEMDEXT