Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2012, 4:08:25 PM (11 years ago)
Author:
moralelastix
Message:

preparations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/turret/src/modules/objects/Turret.h

    r9460 r9469  
    4646        public:
    4747            Turret(BaseObject* creator);
    48 
    4948            virtual ~Turret();
    5049
     
    5453            virtual void moveUpDown(const Vector2& value) {}
    5554
    56             virtual void rotateYaw(const Vector2& value);
     55            /*virtual void rotateYaw(const Vector2& value);
    5756            virtual void rotatePitch(const Vector2& value);
    58             virtual void rotateRoll(const Vector2& value);
     57            virtual void rotateRoll(const Vector2& value);*/
    5958
     59            void setAlertnessRadius(float value);
     60            float getAlertnessRadius();
    6061
    61             //virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     62            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    6263
    6364
    6465        protected:
    65 
     66            WaypointPatrolController* controller_;
    6667        private:
    6768
Note: See TracChangeset for help on using the changeset viewer.