From 1a8b5160d105b50f20cb3cc24443b1f41ac6c1af Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Apr 2010 18:10:15 +0200 Subject: added SDL_Surface* display to all repaint/draw methods --- src/menu/container.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/menu/container.hpp') diff --git a/src/menu/container.hpp b/src/menu/container.hpp index 271a4f67..8ba9466c 100644 --- a/src/menu/container.hpp +++ b/src/menu/container.hpp @@ -27,9 +27,11 @@ #ifndef CONTAINER_HPP #define CONTAINER_HPP -#include "drawable_control.hpp" +#include #include +#include "drawable_control.hpp" + namespace usdx { class Container : public DrawableControl @@ -44,7 +46,7 @@ namespace usdx /** * Method for redraw all contained objects. */ - void repaint(void) const; + void repaint(SDL_Surface* display) const; }; }; -- cgit v1.2.3