Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2005, 3:45:26 PM (18 years ago)
Author:
manuel
Message:

many changes:
created generic weapon_power_up that can contain any kind of weapon
space_ship is now extendable and can pickup weapon_power_ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/world_entities/space_ships/space_ship.h

    r5955 r5965  
    88
    99#include "playable.h"
     10#include "extendable.h"
    1011
    1112template<class T> class tList;
     
    1314class Event;
    1415
    15 class SpaceShip : public Playable
     16class SpaceShip : public Playable, public Extendable
    1617{
    1718
     
    3738
    3839    virtual void process(const Event &event);
     40
     41    bool pickup(PowerUp* powerUp);
    3942
    4043
Note: See TracChangeset for help on using the changeset viewer.