X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fphysics%2FSimulation.hpp;h=889c455f31683493b83849a5aef4519d941c31b6;hb=f00a3e9078ef12a01c371d9d3df2ea7b3d9b2525;hp=9d41877365bec36753cbc75b8c021dfa370756a9;hpb=48d34439f3d5bc8bebabe9f0ee35970359e61bfa;p=gong.git diff --git a/src/physics/Simulation.hpp b/src/physics/Simulation.hpp index 9d41877..889c455 100644 --- a/src/physics/Simulation.hpp +++ b/src/physics/Simulation.hpp @@ -9,6 +9,7 @@ namespace gong { namespace physics { +struct Contact; struct Derivative; struct Object; struct State; @@ -24,6 +25,7 @@ private: private: std::vector objects; + std::vector contacts; glm::vec3 gravity; };