Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2018, 11:27:04 AM (7 years ago)
Author:
kunzro
Message:

XML and CMake updated, Gameboard is working

File:
1 edited

Legend:

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

    r12051 r12067  
    1 
    2 
    3 
    4 
    5 
    6 
    71#include "WagnisProvince.h"
    82#include "core/CoreIncludes.h"
     
    3024    //XML Port
    3125    void WagnisProvince::XMLPort(Element& xmlelement,XMLPort::Mode mode){
     26        SUPER(WagnisProvince, XMLPort, xmlelement, mode);
     27
    3228        XMLPortParam(WagnisProvince, "ID", setID, getID, xmlelement, mode);
    3329        XMLPortParam(WagnisProvince, "continent", setContinent, getContinent, xmlelement, mode);
Note: See TracChangeset for help on using the changeset viewer.