Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wagnis_HS18/src/modules/wagnis/Wagnis.cc @ 12068

Last change on this file since 12068 was 12068, checked in by samuelbl, 5 years ago

Wagnis class added.

File size: 430 bytes
Line 
1#include "Wagnis.h"
2#include "WagnisGameboard.h"
3#include "WagnisProvince.h"
4
5       
6        RegisterClass(Wagnis);
7       
8        void Wagnis::createGame()       
9        {   
10            //todo
11            void Wagnis::setPlayers()
12            {
13                //todo
14            }       
15           
16            void Wagnis::chooseProvinces()
17            {
18                //todo
19            }   
20        }
21
22       
23   
Note: See TracBrowser for help on using the repository browser.