From 536ddd91ae7f162045226d4b358ba95d678f6deb Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 15 Apr 2011 03:20:17 +0200 Subject: add support for random bonus points --- pacman-c++/sceneholder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/sceneholder.h') diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index 5183f65..418f16b 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h @@ -18,6 +18,7 @@ public: {}; unsigned int pointsLeft(); void updateMap(const Transmission::map_t& map); + void updateMap(const Transmission::map_t& map, const unsigned int x, const unsigned int y); void setColor(Color::Color color = Color::none); Color::Color color(); -- cgit v1.2.3