equal
deleted
inserted
replaced
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 |