diff options
| author | JapaMala | 2011-10-18 00:39:54 +0530 |
|---|---|---|
| committer | JapaMala | 2011-10-18 00:39:54 +0530 |
| commit | ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0 (patch) | |
| tree | 59a4fa65b6439c04180baabf29d190d5e50cea2b /MapLoading.h | |
| parent | 71e67bc744792d02f01cc882dc21a3be788996b6 (diff) | |
| download | stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.gz stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.bz2 stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.xz | |
added preliminary functions to save volumetric data. Also fixed the large screenshot feature.
Signed-off-by: JapaMala <japa.mala.illo@gmail.com>
Diffstat (limited to 'MapLoading.h')
| -rw-r--r-- | MapLoading.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MapLoading.h b/MapLoading.h index 0de64b0..cc5906d 100644 --- a/MapLoading.h +++ b/MapLoading.h @@ -17,4 +17,20 @@ void beautify_Segment(WorldSegment * segment); void DisconnectFromDF();
bool IsConnectedToDF();
+void read_segment( void *arg);
+
extern const VersionInfo *dfMemoryInfo;
+
+struct segParams
+{
+ int x;
+ int y;
+ int z;
+ int sizex;
+ int sizey;
+ int sizez;
+ bool thread_connect;
+ bool is_connected;
+};
+
+extern segParams parms;
\ No newline at end of file |
