summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerilizer.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-01-22 19:35:36 +0100
committerTycho <work.tycho+git@gmail.com>2014-01-22 19:35:36 +0100
commit571200019d7f0a948145b6cf8c2594d3e75cb375 (patch)
tree681c1a544fef707c48dd50327e5a7af10e4598b0 /src/WorldStorage/SchematicFileSerilizer.h
parentformatting changes (diff)
downloadcuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar.gz
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar.bz2
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar.lz
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar.xz
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.tar.zst
cuberite-571200019d7f0a948145b6cf8c2594d3e75cb375.zip
Diffstat (limited to '')
-rw-r--r--src/WorldStorage/SchematicFileSerilizer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/WorldStorage/SchematicFileSerilizer.h b/src/WorldStorage/SchematicFileSerilizer.h
index cb30e55d8..31b36695c 100644
--- a/src/WorldStorage/SchematicFileSerilizer.h
+++ b/src/WorldStorage/SchematicFileSerilizer.h
@@ -13,7 +13,7 @@ class cParsedNBT;
-
+// tolua_begin
class cSchematicFileSerializer
{
public:
@@ -24,7 +24,9 @@ public:
/// Saves the area into a .schematic file. Returns true if successful
static bool SaveToSchematicFile(cBlockArea & a_BlockArea, const AString & a_FileName);
+ // tolua_end
+
private:
/// Loads the area from a schematic file uncompressed and parsed into a NBT tree. Returns true if successful.
static bool LoadFromSchematicNBT(cBlockArea & a_BlockArea, cParsedNBT & a_NBT);
-};
+}; // tolua_export