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/weapon_manager.h

    r4955 r4959  
    1313#include "base_object.h"
    1414
    15 #include "p_node.h"
    1615#include "crosshair.h"
     16#include "weapon.h"
    1717
    1818// FORWARD DECLARATION
    19 class PNode;
    20 class Weapon;
    2119template <class T> class tAnimation;
    2220
     
    2523#define    WM_MAX_CONFIGS          4              //!< The maximum number of predefined Configurations
    2624#define    WM_MAX_LOADED_WEAPONS   20             //!< The
    27 
    28 //! an enumerator defining capabilities of a WeaponSlot
    29 typedef enum
    30 {
    31   WM_SLOTC_DIRECTIONAL   = 0x00000001,           //!< if the Slot is able to carry directional weapons
    32   WM_SLOTC_TURRET        = 0x00000002,           //!< if the Slot is able to carry turrets
    33   WM_SLOTC_ALLKINDS      = 0x0000000f,           //!< if the Slot is able to carry all kinds of weapons
    34 
    35   WM_SLOTC_FORWARD       = 0x00000010,           //!< if the Slot is able to carry weapons firing forward
    36   WM_SLOTC_BACKWARD      = 0x00000020,           //!< if the Slot is able to carry weapons firing backwards
    37   WM_SLOTC_LEFT          = 0x00000040,           //!< if the Slot is able to carry weapons firing to the left
    38   WM_SLOTC_RIGHT         = 0x00000080,           //!< if the Slot is able to carry weapons firing to the right
    39   WM_SLOTC_ALLDIRS       = 0x000000f0,           //!< this slot can fire into all directions
    40 
    41   WM_SLOTC_ALL           = 0x000000ff,           //!< everything allowed in this slot
    42 } WM_SlotCapability;
    4325
    4426//! an enumerator defining a Slot, where a Weapon can be stored inside.
Note: See TracChangeset for help on using the changeset viewer.