Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2018, 1:56:55 PM (5 years ago)
Author:
samuelbl
Message:

Player functionalities added

File:
1 edited

Legend:

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

    r12134 r12135  
    4949        bool isNeighbour(WagnisProvince*, WagnisProvince*);
    5050        bool existPath(WagnisProvince*, WagnisProvince*);
     51        int dice();
     52        int best3(int, int, int);
     53        int best2(int, int);
     54        int second3(int, int, int);
     55        int second2(int, int);
     56        int reinforcementCounter();
    5157    };
    5258}
Note: See TracChangeset for help on using the changeset viewer.