Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2018, 2:54:21 PM (6 years ago)
Author:
stadlero
Message:

Eine XMLPort Funktion in der Gameboard-Klasse hinzugefügt

File:
1 edited

Legend:

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

    r12049 r12050  
    2525        WagnisGameboard(Context*);
    2626        virtual ~WagnisGameboard();
     27
     28        //XML
    2729        virtual void XMLPort(Element&,XMLPort::Mode);
     30        void addProvince(WagnisProvince*);
     31        WagnisProvince* getProvince(unsigned int) const;
     32        //
    2833
    2934        void setPosition(const Vector3&) override;
Note: See TracChangeset for help on using the changeset viewer.