summaryrefslogtreecommitdiff
path: root/MapLoading.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-10 18:48:13 +0100
committerPetr Mrázek2012-03-10 18:48:13 +0100
commitf05386bae01d1840bdc889f30253ed50ee892860 (patch)
treeb5c0745c84c4d2a69c0e93aa9db8148eeb2eb740 /MapLoading.h
parent96bbfa604d1835df993602cbf46ca6bb0a28e6bd (diff)
downloadstonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.gz
stonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.bz2
stonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.xz
Plugin API changes
No more Core propagation!
Diffstat (limited to 'MapLoading.h')
-rw-r--r--MapLoading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MapLoading.h b/MapLoading.h
index cc5906d..c3d2292 100644
--- a/MapLoading.h
+++ b/MapLoading.h
@@ -11,7 +11,7 @@
inline bool IDisWall(int in);
inline bool IDisFloor(int in);
-void reloadDisplayedSegment(DFHack::Core * DF);
+void reloadDisplayedSegment();
void beautify_Segment(WorldSegment * segment);
void DisconnectFromDF();