source:
code/branches/wagnis_HS18/src/modules/wagnis/Wagnis.cc
@
12104
Last change on this file since 12104 was 12068, checked in by samuelbl, 6 years ago | |
---|---|
File size: 430 bytes |
Rev | Line | |
---|---|---|
[12068] | 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.