added GFX_blitABButtons() to api
This commit is contained in:
parent
8814fd2937
commit
c1e7dbdfca
3 changed files with 60 additions and 45 deletions
|
|
@ -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);
|
||||
|
||||
///////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue