Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2008, 7:48:26 PM (17 years ago)
Author:
dsommer
Message:

Added ShipEquipment to Pawn and various funtions for it -not compiling, because private…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups2/src/orxonox/objects/worldentities/pawns/Pawn.h

    r2098 r2289  
    3131
    3232#include "OrxonoxPrereqs.h"
    33 
     33#include "objects/pickup/ShipEquipment.h"
    3434#include "objects/worldentities/ControllableEntity.h"
    3535
     
    7575
    7676            virtual void fire();
    77 
     77            ShipEquipment pickUp;
    7878            virtual void postSpawn();
    7979
     
    8383
    8484            bool bAlive_;
     85           
    8586
    8687            float health_;
Note: See TracChangeset for help on using the changeset viewer.