diff options
| author | Jonas Ask | 2009-10-24 01:17:45 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-24 01:17:45 +0000 |
| commit | 76d373bb588e38fe504cdd6942d725b2ac3d5ea8 (patch) | |
| tree | 1537d7b0ddb8e31f61ab8a1361411a6a7b2c9e8e /MapLoading.h | |
| parent | 5840920acddc5e859f526f934f159fc3552d3185 (diff) | |
| download | stonesense-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.h | 3 |
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);
+
|
