Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1920 in orxonox.OLD for orxonox/trunk/core/player.h


Ignore:
Timestamp:
Jun 8, 2004, 1:47:33 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: rockets added (in 3D)

File:
1 edited

Legend:

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

    r1904 r1920  
    77
    88#include "shoot_laser.h"
     9#include "shoot_rocket.h"
    910#include "data_tank.h"
    1011
     
    2425  /* this player wanna shoot? so include a ref to ShootLaser */
    2526  ShootLaser* shootLaser;
     27  ShootRocket* shootRocket;
    2628
    2729  void setPosition(float x, float y, float z);
Note: See TracChangeset for help on using the changeset viewer.