summaryrefslogtreecommitdiff
path: root/MapLoading.h
diff options
context:
space:
mode:
authorJonas Ask2009-11-17 16:40:46 +0000
committerJonas Ask2009-11-17 16:40:46 +0000
commitd7f31ea0fe6b546aea0a27a78c67f06b0f9e209d (patch)
treeed6b4c1642dafd5fe78b21b8504e037aa7c9237d /MapLoading.h
parentbde69f990126cf4ebaf30531114e8713d4d33430 (diff)
downloadstonesense-d7f31ea0fe6b546aea0a27a78c67f06b0f9e209d.tar.gz
stonesense-d7f31ea0fe6b546aea0a27a78c67f06b0f9e209d.tar.bz2
stonesense-d7f31ea0fe6b546aea0a27a78c67f06b0f9e209d.tar.xz
Rearranged liquids in objects.png.
Moved doors and windows to doorsAndWindows.png. Changed around door and window configs. Fixed an error in gem windows.
Diffstat (limited to 'MapLoading.h')
-rw-r--r--MapLoading.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/MapLoading.h b/MapLoading.h
index d40b0b3..abe7b01 100644
--- a/MapLoading.h
+++ b/MapLoading.h
@@ -10,6 +10,4 @@ void reloadDisplayedSegment();
void DisconnectFromDF();
bool IsConnectedToDF();
-WorldSegment* ReadMapSegment(int x, int y, int z, int sizex, int sizey, int sizez);
-
extern memory_info dfMemoryInfo;