]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
try to get every chunk change saved to disk
[blank.git] / src / world / World.hpp
index 6bd8128dc9fb41073748952702ee071546306369..2c343dc7fd5a857e87c4705ee6ed1d972d311643 100644 (file)
@@ -37,7 +37,7 @@ public:
                ChunkLoader::Config load = ChunkLoader::Config();
        };
 
-       World(const Assets &, const Config &);
+       World(const Assets &, const Config &, const WorldSave &);
 
        bool Intersection(
                const Ray &,