]> git.localhorst.tv Git - blank.git/blobdiff - src/io/WorldSave.hpp
unified location handling
[blank.git] / src / io / WorldSave.hpp
index d12de952f986ba46fcadaf187f179991de44b5c0..12a56b029fcd5e60220417c359e3989e17e627d0 100644 (file)
@@ -33,10 +33,10 @@ public:
        std::string PlayerPath(const Player &) const;
 
        // single chunk
-       bool Exists(const Chunk::Pos &) const noexcept;
+       bool Exists(const ExactLocation::Coarse &) const noexcept;
        void Read(Chunk &) const;
        void Write(Chunk &) const;
-       const char *ChunkPath(const Chunk::Pos &) const;
+       const char *ChunkPath(const ExactLocation::Coarse &) const;
 
 private:
        std::string root_path;