Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2018, 10:47:00 PM (5 years ago)
Author:
stadlero
Message:

Troop count is visible in the HUD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/WagnisProvince.h

    r12114 r12134  
    1111#include "core/XMLPort.h"
    1212#include "worldentities/pawns/Pawn.h"
    13 #include "graphics/Billboard.h"
     13#include "tools/OgreBulletUtils.h"
    1414#include <vector>
     15#include <OgreColourValue.h>
     16#include "tools/ToolsPrereqs.h"
    1517
    1618
     
    2527
    2628        virtual void XMLPort(Element&,XMLPort::Mode);
    27         void addMarkerBillboard(Billboard*);
    28         Billboard* getMarkerBillboard(unsigned int) const;
    2929
    3030        void setOwner_ID(int);
     
    3939
    4040        void addNeighbor(WagnisProvince*);
    41         void setBillbardVisibility(bool);
    4241
    4342
    4443        std::vector<WagnisProvince*> neighbors;
    4544        int owner_ID;
    46         int troops;
    4745        int ID;
    4846        int continent;
    49        
    50         Billboard* markerBillboard;
     47
     48        private:
     49        int troops;
     50
    5151    };
    5252}
Note: See TracChangeset for help on using the changeset viewer.