summaryrefslogtreecommitdiff
path: root/src/map/mapd.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-27 21:11:19 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-27 21:11:19 +0300
commitb87137d73e40be12dbca7ba5fc6c66f1bc8571de (patch)
treefbffc6e504f6ef3de423b1153be751d111691948 /src/map/mapd.h
parent8befbfe358915a6ee19b9c4be64d3473c98a70f4 (diff)
downloadevol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.gz
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.bz2
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.tar.xz
evol-hercules-b87137d73e40be12dbca7ba5fc6c66f1bc8571de.zip
Impliment invisible map flag.
Diffstat (limited to 'src/map/mapd.h')
-rw-r--r--src/map/mapd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/mapd.h b/src/map/mapd.h
new file mode 100644
index 0000000..a0878ae
--- /dev/null
+++ b/src/map/mapd.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_MAPD
+#define EVOL_MAP_MAPD
+
+struct MapdExt;
+
+struct MapdExt *mapd_get(int fd);
+struct MapdExt *mapd_create(void);
+
+#endif // EVOL_MAP_MAPD