Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2013, 3:53:13 PM (11 years ago)
Author:
zifloria
Message:

InvaderShip created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/Invader.h

    r9702 r9709  
    4040#include "gametypes/Deathmatch.h"
    4141
     42#include "InvaderCenterPoint.h"
     43
    4244namespace orxonox
    4345{
     
    5153            virtual void start(); //!< Starts the Invader minigame.
    5254            virtual void end(); ///!< Ends the Invader minigame.
     55
     56            //virtual void spawnPlayer(PlayerInfo* player); //!< Spawns the input player.
     57
     58            void setCenterpoint(InvaderCenterPoint* center)
     59            { this->center_ = center; }
     60        private:
     61            WeakPtr<InvaderCenterPoint> center_;
     62            //Context* context;
    5363    };
    5464}
Note: See TracChangeset for help on using the changeset viewer.