src/proto2/Physics.hh
changeset 64 81302d3350eb
parent 60 26571fd9a8d1
child 66 1415a2d45686
equal deleted inserted replaced
63:1969a1447ef9 64:81302d3350eb
     3 
     3 
     4 #include "Vector.hh"
     4 #include "Vector.hh"
     5 
     5 
     6 #include <ClanLib/core.h>
     6 #include <ClanLib/core.h>
     7 
     7 
     8 const uint16_t PHYSICS_TICK_MS = 100;
     8 const uint16_t PHYSICS_TICK_MS = 10;
     9 
     9 
    10 // forward-declare
    10 // forward-declare
    11 class PhysicsObject;
    11 class PhysicsObject;
    12 
    12 
    13 class PhysicsWorld {
    13 class PhysicsWorld {