summaryrefslogtreecommitdiffstats
path: root/pacman-c++/util.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-09 19:20:13 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-09 19:20:13 +0200
commit4f88849caf6533d965849952c9ea153fd8c518c5 (patch)
tree809d22c6a8fab16dc32eaf0c22fb65d57640f72f /pacman-c++/util.h
parent4e3c33632e811d5b57c9b61ec7f219fa06856fd2 (diff)
downloadfoop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.gz
foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.bz2
foop-4f88849caf6533d965849952c9ea153fd8c518c5.zip
first version of multiplayer
Diffstat (limited to 'pacman-c++/util.h')
-rw-r--r--pacman-c++/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h
index 1754f54..8bd03bc 100644
--- a/pacman-c++/util.h
+++ b/pacman-c++/util.h
@@ -5,6 +5,8 @@
5#include "actor.h" 5#include "actor.h"
6 6
7namespace Util { 7namespace Util {
8 Transmission::map_t createUninitialisedMap();
9
8 Transmission::map_t createDummyMap(); 10 Transmission::map_t createDummyMap();
9 11
10 Transmission::map_t createEmptyMap(); 12 Transmission::map_t createEmptyMap();