src/proto2/GameState.hh
changeset 180 bfe1077edab3
parent 153 73402d5b778e
child 182 84675387ca74
equal deleted inserted replaced
179:c600984d0428 180:bfe1077edab3
    29         // Initialize the shape of the player (salmiakki shape)
    29         // Initialize the shape of the player (salmiakki shape)
    30         setShape(shape);		
    30         setShape(shape);		
    31     }
    31     }
    32     
    32     
    33     void debugInfo ();
    33     void debugInfo ();
    34     
       
    35 public:
       
    36     virtual void handleMove (PlayerInput_Move input);
    34     virtual void handleMove (PlayerInput_Move input);
    37     
    35     void shoot (void);
    38 
    36 
    39 };
    37 };
    40 
    38 
    41 class Shot : public PhysicsObject {
    39 class Shot : public PhysicsObject {
    42 protected:
    40 protected: