X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbuttons.h;h=b5bb5ec36078c17b582ac4f048fb211b9d9bbb97;hb=78943068787ee6d63e1045df9d286d98b5a2912c;hp=fcd23247594809e78f286a43a1f93032c48b4e69;hpb=87f550d868b16979b79b0fd8ac81a0215516977a;p=rocksndiamonds.git diff --git a/src/buttons.h b/src/buttons.h index fcd23247..b5bb5ec3 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -250,25 +250,6 @@ void DrawVideoDisplay(unsigned long, unsigned long); void DrawCompleteVideoDisplay(void); -void DrawSoundDisplay(unsigned long); -void DrawGameButton(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); -void DrawElemButton(int, int); -void DrawCountButton(int, int); -int CheckVideoButtons(int, int, int); -int CheckSoundButtons(int, int, int); -int CheckGameButtons(int, int, int); -int CheckYesNoButtons(int, int, int); -int CheckConfirmButton(int, int, int); -int CheckPlayerButtons(int, int, int); -int CheckEditButtons(int, int, int); -int CheckCtrlButtons(int, int, int); -int CheckElemButtons(int, int, int); -int CheckCountButtons(int, int, int); /* NEW GADGET STUFF -------------------------------------------------------- */