src/PhysicsWorld.hh
changeset 255 99431fdb0dc8
parent 225 22ecb9cb9245
child 300 417183866f35
equal deleted inserted replaced
254:0c3d58912e1b 255:99431fdb0dc8
    31     std::list<PhysicsObject*> objects;
    31     std::list<PhysicsObject*> objects;
    32 
    32 
    33     // Contains connections between signals and slots
    33     // Contains connections between signals and slots
    34     CL_SlotContainer slots;
    34     CL_SlotContainer slots;
    35 
    35 
    36     // TODO: Should these be somewhere else?
       
    37     Vector dimensions;
    36     Vector dimensions;
    38     Vector gravity;
    37     Vector gravity;
    39 
    38 
    40 public:
    39 public:
    41     // Someone is going to kill me for this
    40     // Someone is going to kill me for this