1 #ifndef __OPTION_BUTTON_H
2 #define __OPTION_BUTTON_H
4 #include "../../engine/UI/button.h"
5 #include "../../engine/sound_system.h"
30 SDL_Renderer* renderer, T this_button_option,
32 :
Button(button_area, viewport, renderer),
33 this_button_option(this_button_option),
34 selected_option(selected_option) {}
41 selected_option = this_button_option;