diff options
| author | manuel <manuel@mausz.at> | 2011-04-14 20:37:53 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-14 20:37:53 +0200 |
| commit | 001f1d11e977d5586fe8496821b3a1e4bf76f10c (patch) | |
| tree | d0e344db1bd6791500f8973aad3aea26c350cedd /pacman-c++/util.h | |
| parent | 197708500f3adaaa50bc1a5a94aec0db8ea621e5 (diff) | |
| download | foop-001f1d11e977d5586fe8496821b3a1e4bf76f10c.tar.gz foop-001f1d11e977d5586fe8496821b3a1e4bf76f10c.tar.bz2 foop-001f1d11e977d5586fe8496821b3a1e4bf76f10c.zip | |
place actors at random positions
Diffstat (limited to 'pacman-c++/util.h')
| -rw-r--r-- | pacman-c++/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 87dbd86..5ea2953 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h | |||
| @@ -11,6 +11,8 @@ namespace Util | |||
| 11 | { | 11 | { |
| 12 | Transmission::map_t createUninitialisedMap(); | 12 | Transmission::map_t createUninitialisedMap(); |
| 13 | Transmission::map_t createDemoMap(); | 13 | Transmission::map_t createDemoMap(); |
| 14 | void placeActors(Transmission::map_t map, unsigned int players, const Color::Color *colors); | ||
| 15 | void makePoints(Transmission::map_t map); | ||
| 14 | Transmission::map_t createEmptyMap(); | 16 | Transmission::map_t createEmptyMap(); |
| 15 | void deleteMap(Transmission::map_t map); | 17 | void deleteMap(Transmission::map_t map); |
| 16 | 18 | ||
