]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Body.hpp
standardized logging
[blobs.git] / src / world / Body.hpp
index 5ac4fa1ddcfab52bf305b07825a03becff283612..165d8483f5cbc6d890b7280ec91d6ed85401e6b1 100644 (file)
@@ -35,6 +35,7 @@ public:
 
 public:
        bool HasSimulation() const noexcept { return sim; }
+       Simulation &GetSimulation() noexcept { return *sim; }
        const Simulation &GetSimulation() const noexcept { return *sim; }
        void SetSimulation(Simulation &) noexcept;