Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1900 in orxonox.OLD for orxonox/trunk/core/input_output.h


Ignore:
Timestamp:
May 23, 2004, 11:21:38 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: hardware independant game speed, more shoots, more speed - see mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/input_output.h

    r1896 r1900  
    99#include "player.h"
    1010
    11 #define STEP_SIDE 0.4
    12 #define STEP_FRONT 0.4
    1311
    1412class InputOutput {
     
    1816  Player* player;
    1917
     18  float step;
     19
    2020 public:
    2121  InputOutput (World* wld, Player* player);
    2222  ~InputOutput ();
    2323
     24  void setPlayerStep(float step);
    2425  void goUp(void);
    2526  void goDown(void);
Note: See TracChangeset for help on using the changeset viewer.