summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-19 14:28:48 +0100
committerandrew <xdotftw@gmail.com>2014-02-19 14:28:48 +0100
commit4a1ac5740869356880523dde83ec0b7804689d42 (patch)
tree0387af35832df0bf893c3320f9b37c2234293b17 /src/WorldStorage
parentMap decorators; Map clients (diff)
downloadcuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar.gz
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar.bz2
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar.lz
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar.xz
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.tar.zst
cuberite-4a1ac5740869356880523dde83ec0b7804689d42.zip
Diffstat (limited to 'src/WorldStorage')
-rw-r--r--src/WorldStorage/MapSerializer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WorldStorage/MapSerializer.h b/src/WorldStorage/MapSerializer.h
index 296cc92c8..85fe917f5 100644
--- a/src/WorldStorage/MapSerializer.h
+++ b/src/WorldStorage/MapSerializer.h
@@ -21,6 +21,7 @@ class cMap;
+/** Utility class used to serialize maps. */
class cMapSerializer
{
public:
@@ -50,6 +51,7 @@ private:
+/** Utility class used to serialize item ID counts. */
class cIDCountSerializer
{
public: