]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
extracted map loading/unloading
[l2e.git] / src / map / MapState.h
index ccdb51e7fef0c07477640387a4e828f7dcf182ee..0e49100e3b305b6e458123af8060986fd4b76958 100644 (file)
@@ -47,6 +47,9 @@ public:
 private:
        static bool ZCompare(const Entity *lhs, const Entity *rhs);
 
+       void UnloadMap();
+       void LoadMap(Map *);
+
        bool CheckBlocking() const;
 
        void OnTileLock();