diff options
| author | Petr Mrázek | 2012-03-10 18:48:13 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-10 18:48:13 +0100 |
| commit | f05386bae01d1840bdc889f30253ed50ee892860 (patch) | |
| tree | b5c0745c84c4d2a69c0e93aa9db8148eeb2eb740 /MapLoading.h | |
| parent | 96bbfa604d1835df993602cbf46ca6bb0a28e6bd (diff) | |
| download | stonesense-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.h | 2 |
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();
|
