X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=19023406ace73a2466886fb2c71c960cea208bb7;hp=5df595fb26d0eab0c3d0b799a93f333b4bcf6270;hb=631f0cfd6b421f5be68d60375db2ce91176d923d;hpb=05c42da80ec11cd73cc8a1b6ff21ac817b02a6e6 diff --git a/src/world/Simulation.hpp b/src/world/Simulation.hpp index 5df595f..1902340 100644 --- a/src/world/Simulation.hpp +++ b/src/world/Simulation.hpp @@ -5,6 +5,7 @@ #include "Set.hpp" #include "../app/Assets.hpp" +#include #include #include @@ -65,6 +66,8 @@ public: const std::vector &Records() const noexcept { return records; } void CheckRecords(creature::Creature &) noexcept; + std::ostream &Log(); + private: Body &root; app::Assets &assets;