summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/sceneholder.h')
-rw-r--r--pacman-c++/sceneholder.h1
1 files changed, 1 insertions, 0 deletions
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:
18 {}; 18 {};
19 unsigned int pointsLeft(); 19 unsigned int pointsLeft();
20 void updateMap(const Transmission::map_t& map); 20 void updateMap(const Transmission::map_t& map);
21 void updateMap(const Transmission::map_t& map, const unsigned int x, const unsigned int y);
21 void setColor(Color::Color color = Color::none); 22 void setColor(Color::Color color = Color::none);
22 Color::Color color(); 23 Color::Color color();
23 24