Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 3:37:28 PM (8 years ago)
Author:
tgidron
Message:

Pickups work; Lives Counter and Total Flag Counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/src/modules/hover/Hover.h

    r11169 r11171  
    3737
    3838#include "HoverPrereqs.h"
     39#include "HoverShip.h"
    3940
    4041#include <vector>
     
    6061            void levelUp();
    6162            void endLevel();
     63            void costLife();
    6264
    6365            inline int getNumberOfFlags() const
     
    6668            virtual Vector3 get3dCoordinates(int x, int y, float heightOffset);
    6769
     70            inline int getTotFlags() const
     71                { return this->totFlags; }
     72
     73            inline int getLives() const
     74                { return this->lives; }
     75
    6876        private:
     77
    6978            WeakPtr<HoverOrigin> origin_;
    7079            std::vector<HoverFlag*> flags_;
Note: See TracChangeset for help on using the changeset viewer.