Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 3:14:00 PM (20 years ago)
Author:
snellen
Message:

playable.cc and space_ship.cc updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/playable.h

    r6222 r6234  
    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.