5 #ifndef __RD_MOCK_SCREEN_HPP__
6 #define __RD_MOCK_SCREEN_HPP__
27 virtual bool cleanup();
29 virtual bool drawScreen(
void *screen);
31 virtual bool update(
const std::string & parameter,
const std::string & value);
34 static const std::string PARAM_MESSAGE;
37 static const std::string IMAGE_PATH;
38 static const std::string FONT_PATH;
44 SDL_Surface * text_surface;
45 SDL_Surface * background;
46 static const SDL_Color TEXT_COLOR;
48 std::string remaining_time;
53 #endif // __RD_MOCK_SCREEN_HPP__