summaryrefslogtreecommitdiff
path: root/src/map/struct/mapdext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct/mapdext.h')
-rw-r--r--src/map/struct/mapdext.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/map/struct/mapdext.h b/src/map/struct/mapdext.h
deleted file mode 100644
index 15fee7f..0000000
--- a/src/map/struct/mapdext.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
-// Copyright (c) 2014 Evol developers
-
-#ifndef EVOL_MAP_MAPDEXT
-#define EVOL_MAP_MAPDEXT
-
-struct MapdExt
-{
- unsigned int mask;
- bool invisible;
- struct MapdExtFlag
- {
- unsigned nopve : 1;
- } flag;
-};
-
-#endif // EVOL_MAP_MAPDEXT