Changeset 10030 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Dec 6, 2006, 5:35:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.h
r10023 r10030 56 56 virtual void process(const Event &event); 57 57 58 inline WeaponManager getWeaponManagerSecondary() { return this->secWeaponMan; };58 inline WeaponManager& getWeaponManagerSecondary() { return this->secWeaponMan; }; 59 59 60 60 //Functions for GUI
Note: See TracChangeset
for help on using the changeset viewer.