X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=50f06b4ca693456505662659d1aae938e85e932e;hp=19023406ace73a2466886fb2c71c960cea208bb7;hb=9bc766beab23c8c5f507ca3c7abce24049e6229e;hpb=bf25780e00b719b0e5fa5d0191087bca2d99462b diff --git a/src/world/Simulation.hpp b/src/world/Simulation.hpp index 1902340..50f06b4 100644 --- a/src/world/Simulation.hpp +++ b/src/world/Simulation.hpp @@ -65,6 +65,7 @@ public: const std::vector &Records() const noexcept { return records; } void CheckRecords(creature::Creature &) noexcept; + void LogRecord(const Record &rold, const Record &rnew); std::ostream &Log();