X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fbuttons.h;h=f6d3341fadda24c517ef6687feab6af044be93fc;hb=40a487dcc5d3028343ff9123a72b8b3839a42861;hp=9ed110c895c1558ee0668d754d71482d5991803e;hpb=2fe0fbc2a34fd4b50081f1829931dea3ca2c4c1c;p=rocksndiamonds.git diff --git a/src/buttons.h b/src/buttons.h index 9ed110c8..f6d3341f 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -541,8 +541,8 @@ void DrawVideoDisplay(unsigned long, unsigned long); void DrawCompleteVideoDisplay(void); void DrawSoundDisplay(unsigned long); void DrawGameButton(unsigned long); -void DrawYesNoButton(unsigned long); -void DrawConfirmButton(unsigned long); +void DrawYesNoButton(unsigned long, int); +void DrawConfirmButton(unsigned long, int); void DrawPlayerButton(unsigned long, int); void DrawEditButton(unsigned long state); void DrawCtrlButton(unsigned long state);