]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Memory.hpp
track a few things
[blobs.git] / src / creature / Memory.hpp
index a6910cc196b6cab64be32c68daf074a55d3a6e74..3bc39082b0741017ecae5bebcb69fd8776867eb8 100644 (file)
@@ -30,6 +30,8 @@ public:
 public:
        void Tick(double dt);
 
+       void Erase();
+
 private:
        /// track time spent on a tile
        void TrackStay(const Location &, double t);