Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2018, 5:14:21 PM (5 years ago)
Author:
stadlero
Message:

Reinforcements counter works

File:
1 edited

Legend:

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

    r12124 r12170  
    3737       
    3838        void initializeNeighbors();
     39        void initializeContinents();
    3940
    4041
     
    4243        std::string connections_string;
    4344        std::vector<WagnisProvince*> provs;
     45        std::vector<std::vector<WagnisProvince*>*> continents;
    4446        int parse_int(std::string,unsigned int);
    4547    };
Note: See TracChangeset for help on using the changeset viewer.