added GFX_blitABButtons() to api

This commit is contained in:
Shaun Inman 2023-01-14 08:47:16 -05:00
parent 8814fd2937
commit c1e7dbdfca
3 changed files with 60 additions and 45 deletions

View file

@ -75,6 +75,7 @@ void GFX_blitPill(int asset, SDL_Surface* dst, SDL_Rect* dst_rect);
void GFX_blitBattery(SDL_Surface* dst, SDL_Rect* dst_rect);
int GFX_getButtonWidth(char* hint, char* button);
void GFX_blitButton(char* hint, char*button, SDL_Surface* dst, SDL_Rect* dst_rect);
void GFX_blitABButtons(char* a, char* b, SDL_Surface* dst);
///////////////////////////////