From 4f88849caf6533d965849952c9ea153fd8c518c5 Mon Sep 17 00:00:00 2001 From: totycro Date: Sat, 9 Apr 2011 19:20:13 +0200 Subject: first version of multiplayer --- pacman-c++/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pacman-c++/util.h') 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 @@ #include "actor.h" namespace Util { + Transmission::map_t createUninitialisedMap(); + Transmission::map_t createDummyMap(); Transmission::map_t createEmptyMap(); -- cgit v1.2.3