Changeset 5847 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/playable.h
- Timestamp:
- Dec 1, 2005, 4:38:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.h
r5838 r5847 10 10 #include "event.h" 11 11 12 class Weapon; 12 13 class WeaponManager; 13 14 … … 28 29 void loadParams(const TiXmlElement* root); 29 30 30 v oid addWeapon(Weapon* weapon);31 v oid removeWeapon(Weapon* weapon);31 virtual void addWeapon(Weapon* weapon )= 0; 32 virtual void removeWeapon(Weapon* weapon) = 0; 32 33 33 virtual void process(const Event &event) ;34 virtual void process(const Event &event) = 0; 34 35 35 36 WeaponManager* getWeaponManager();
Note: See TracChangeset
for help on using the changeset viewer.