Changeset 6234 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/playable.h
- Timestamp:
- Dec 21, 2005, 3:14:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.h
r6222 r6234 25 25 virtual ~Playable(); 26 26 27 virtual void enter() {};28 virtual void leave() {};27 virtual void enter()=0; 28 virtual void leave()=0; 29 29 30 30 virtual void addWeapon(Weapon* weapon ) {}//= 0; … … 34 34 bool subscribePlayer(Player* player); 35 35 bool unsubscribePlayer(Player* player); 36 37 void attachCamera(); 38 void detachCamera(); 36 39 37 40 virtual void process(const Event &event) = 0;
Note: See TracChangeset
for help on using the changeset viewer.