Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2005, 6:07:47 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: orxonox runs again (the TrackManager produces speed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/test_gun.h

    r4955 r4959  
    2626#include "weapon.h"
    2727
     28
     29//! a weapon can be left or right sided
     30/**
     31 * @todo this will be reset with mirror X/Y/Z
     32 */
     33#define    W_LEFT        0
     34#define    W_RIGHT       1
     35
     36
    2837class TestGun : public Weapon
    2938  {
Note: See TracChangeset for help on using the changeset viewer.