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/extendable.h

    r5874 r5965  
    77#define _EXTENDABLE_H
    88
     9#include "base_object.h"
     10
    911// FORWARD DECLARATION
    10 
     12class PowerUp;
    1113
    1214
    1315//! A class for ...
    14 class Extendable : public BaseObject {
     16class Extendable : virtual public BaseObject {
    1517
    1618 public:
Note: See TracChangeset for help on using the changeset viewer.