Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2018, 10:23:48 PM (5 years ago)
Author:
stadlero
Message:

Province is now a pawn

File:
1 edited

Legend:

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

    r12104 r12107  
    1010#include "core/CoreIncludes.h"
    1111#include "core/XMLPort.h"
    12 #include "worldentities/MovableEntity.h"
     12#include "worldentities/pawns/Pawn.h"
    1313#include "graphics/Billboard.h"
    1414#include <vector>
     
    1717namespace orxonox
    1818{
    19     class _WagnisExport WagnisProvince : public MovableEntity
     19    class _WagnisExport WagnisProvince : public Pawn
    2020    {
    2121    public:
    2222        WagnisProvince(Context*);
    2323        virtual ~WagnisProvince();
     24        void tick(float);
     25
     26
    2427        virtual void XMLPort(Element&,XMLPort::Mode);
    2528        void addMarkerBillboard(Billboard*);
     
    3841        void addNeighbor(WagnisProvince*);
    3942        std::vector<WagnisProvince*> neighbors;
     43
    4044 
    4145        int owner_ID;
Note: See TracChangeset for help on using the changeset viewer.