Definition game_over.hpp:24
SDL_Renderer * renderer
Definition game_over.hpp:27
bool go_back
Definition game_over.hpp:32
SDL_Rect button_back
Definition game_over.hpp:30
std::string winner_name
Definition game_over.hpp:34
void set_winner(const std::string &name)
Sets the winner's name to display on the game over screen.
Definition game_over.cpp:119
void render_object()
Renders the game over screen.
Definition game_over.cpp:79
TTF_Font * police
Definition game_over.hpp:28
bool get_go_back() const
Definition game_over.hpp:44
~GameOver()
Destructor for the game_over class.
Definition game_over.cpp:39
SDL_Texture * texture_menu
Definition game_over.hpp:26
bool action_handler(const SDL_Event &event)
Handles user interaction events.
Definition game_over.cpp:56
TTF_Font * font
Definition letter_test.cpp:24