Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 11:50:16 AM (5 years ago)
Author:
stadlero
Message:

Wagnis class wip

File:
1 edited

Legend:

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

    r12119 r12124  
    99#define Wagnis_Gameboard_h
    1010
     11#include "WagnisPrereqs.h"
    1112#include "WagnisProvince.h"
    1213
     
    3536        //XML end
    3637       
    37         void initializeNeighbors(std::string);
     38        void initializeNeighbors();
    3839
    3940
    40        
     41
    4142        std::string connections_string;
    4243        std::vector<WagnisProvince*> provs;
Note: See TracChangeset for help on using the changeset viewer.