]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Simulation.hpp
better record logging
[blobs.git] / src / world / Simulation.hpp
index 19023406ace73a2466886fb2c71c960cea208bb7..50f06b4ca693456505662659d1aae938e85e932e 100644 (file)
@@ -65,6 +65,7 @@ public:
 
        const std::vector<Record> &Records() const noexcept { return records; }
        void CheckRecords(creature::Creature &) noexcept;
+       void LogRecord(const Record &rold, const Record &rnew);
 
        std::ostream &Log();