src/PhysicsObject.hh
changeset 321 69ed10f20a9e
parent 320 cb33eca69b29
child 322 f94a5c192097
equal deleted inserted replaced
320:cb33eca69b29 321:69ed10f20a9e
    24     FACING_LEFT,
    24     FACING_LEFT,
    25     FACING_RIGHT
    25     FACING_RIGHT
    26 };
    26 };
    27 
    27 
    28 /**
    28 /**
    29  * PhysicObject class. Represents an object in the physics simulation.
    29  * PhysicsObject class. Represents an object in the physics simulation.
    30  */
    30  */
    31 class PhysicsObject {
    31 class PhysicsObject {
    32 public:
    32 public:
    33     /** Reference to PhysicsWorld. */
    33     /** Reference to PhysicsWorld. */
    34     PhysicsWorld &world;
    34     PhysicsWorld &world;