summaryrefslogtreecommitdiff
path: root/MapLoading.h
diff options
context:
space:
mode:
authorJonas Ask2009-10-24 01:17:45 +0000
committerJonas Ask2009-10-24 01:17:45 +0000
commit76d373bb588e38fe504cdd6942d725b2ac3d5ea8 (patch)
tree1537d7b0ddb8e31f61ab8a1361411a6a7b2c9e8e /MapLoading.h
parent5840920acddc5e859f526f934f159fc3552d3185 (diff)
downloadstonesense-76d373bb588e38fe504cdd6942d725b2ac3d5ea8.tar.gz
stonesense-76d373bb588e38fe504cdd6942d725b2ac3d5ea8.tar.bz2
stonesense-76d373bb588e38fe504cdd6942d725b2ac3d5ea8.tar.xz
Added more creatures. Using some of Mayday's graphics as placeholders.
Added binaries for dfHack
Diffstat (limited to 'MapLoading.h')
-rw-r--r--MapLoading.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MapLoading.h b/MapLoading.h
index 6b59163..1aebb94 100644
--- a/MapLoading.h
+++ b/MapLoading.h
@@ -7,4 +7,5 @@ inline bool IDisWall(int in);
inline bool IDisFloor(int in);
void reloadDisplayedSegment();
-WorldSegment* ReadMapSegment(int x, int y, int z, int sizex, int sizey, int sizez); \ No newline at end of file
+WorldSegment* ReadMapSegment(int x, int y, int z, int sizex, int sizey, int sizez);
+