Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6241 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
Dec 21, 2005, 3:36:25 PM (20 years ago)
Author:
bensch
Message:

trunk: merged the spaceshipcontrol back to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r6222 r6241  
    2525    virtual ~Playable();
    2626
    27     virtual void enter() {};
    28     virtual void leave() {};
     27    virtual void enter()=0;
     28    virtual void leave()=0;
    2929
    3030    virtual void addWeapon(Weapon* weapon )  {}//= 0;
     
    3434    bool subscribePlayer(Player* player);
    3535    bool unsubscribePlayer(Player* player);
     36
     37    void attachCamera();
     38    void detachCamera();
    3639
    3740    virtual void process(const Event &event) = 0;
Note: See TracChangeset for help on using the changeset viewer.