Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2018, 10:30:44 AM (6 years ago)
Author:
stadlero
Message:

Billboard added to Province

File:
1 edited

Legend:

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

    r12067 r12102  
    1111#include "core/XMLPort.h"
    1212#include "worldentities/MovableEntity.h"
     13#include "graphics/Billboard.h"
    1314#include <vector>
    1415
     
    2223        virtual ~WagnisProvince();
    2324        virtual void XMLPort(Element&,XMLPort::Mode);
     25        void addMarkerBillboard(Billboard*);
     26        Billboard* getMarkerBillboard(unsigned int) const;
    2427
    2528        void setOwner_ID(int);
     
    4144        int continent;
    4245        std::vector<WagnisProvince*> neighbors;
     46        Billboard* markerBillboard;
    4347    };
    4448}
Note: See TracChangeset for help on using the changeset viewer.