Changeset 4834 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon_manager.h
- Timestamp:
- Jul 11, 2005, 5:47:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.h
r4833 r4834 32 32 // FORWARD DECLARATION 33 33 class Weapon; 34 class Crosshair; 34 35 35 36 #define W_MAX_SLOTS 8 … … 71 72 void init(); 72 73 void loadParams(const TiXmlElement* root); 74 void loadWeapons(const TiXmlElement* root); 75 76 void setSlotCount(int nrOfSlots); 73 77 74 78 void addWeapon(Weapon* weapon, int configID = W_CONFIG0, int slotID = W_FREE_SLOT); … … 81 85 82 86 private: 87 Crosshair* crosshair; //!< an aim. 88 83 89 int nrOfSlots; //<! number of weapon slots a ship has 84 90 int currConfID; //<! the currently selected config
Note: See TracChangeset
for help on using the changeset viewer.