X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=31489c6de7aef91e20c93c1164771260eb251e62;hb=dd8b3145a03ed676b0ae6311c29fc3d68f666b15;hp=ee497a8f97a47b1ded9176b85f973ea7f5a645a9;hpb=42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9;p=blobs.git diff --git a/src/world/Simulation.hpp b/src/world/Simulation.hpp index ee497a8..31489c6 100644 --- a/src/world/Simulation.hpp +++ b/src/world/Simulation.hpp @@ -29,7 +29,7 @@ public: Simulation &operator =(Simulation &&) = delete; public: - void Tick(); + void Tick(double dt); void AddBody(Body &); void AddPlanet(Planet &);