Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1994 in orxonox.OLD for orxonox/branches/dave/core/input_output.h


Ignore:
Timestamp:
Jun 21, 2004, 12:39:11 AM (20 years ago)
Author:
dave
Message:

orxonox/branches/dave:[test the Shit]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/core/input_output.h

    r1879 r1994  
    99#include "player.h"
    1010
    11 #define STEP_SIDE 0.4
    12 #define STEP_FRONT 0.2
     11#include "data_tank.h"
    1312
    1413class InputOutput {
     
    1817  Player* player;
    1918
     19  float step;
     20
    2021 public:
    2122  InputOutput (World* wld, Player* player);
    2223  ~InputOutput ();
    2324
     25  void setPlayerStep(float step);
    2426  void goUp(void);
    2527  void goDown(void);
Note: See TracChangeset for help on using the changeset viewer.