latest state
This commit is contained in:
@ -12,10 +12,7 @@ void menu_updateFireworks(double frameMs);
|
||||
double menu_getLogoAnimCounter();
|
||||
int menu_getHoveredButton();
|
||||
|
||||
void menu_drawEnhancedButton(SDL_Renderer* renderer, FontAtlas& font, float cx, float cy, float w, float h,
|
||||
const std::string& label, bool isHovered, bool isSelected);
|
||||
|
||||
void menu_drawMenuButton(SDL_Renderer* renderer, FontAtlas& font, float cx, float cy, float w, float h,
|
||||
const std::string& label, SDL_Color bgColor, SDL_Color borderColor);
|
||||
|
||||
void menu_drawSettingsPopup(SDL_Renderer* renderer, FontAtlas& font, bool musicEnabled);
|
||||
// Legacy wrappers removed
|
||||
// void menu_drawEnhancedButton(...);
|
||||
// void menu_drawMenuButton(...);
|
||||
// void menu_drawSettingsPopup(...);
|
||||
|
||||
Reference in New Issue
Block a user