X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;fp=src%2Fgame.h;h=a4ca2e8567f00bfda2e649f87a162657acdd6584;hp=422343d8484b29cd064a2322e5cd5d0e531f4ac8;hb=c27d6982a3c8e3ce85d4c974af6465f5cf1855b0;hpb=d0893e6987c21c25ec137438a18cfe1288362139 diff --git a/src/game.h b/src/game.h index 422343d8..a4ca2e85 100644 --- a/src/game.h +++ b/src/game.h @@ -94,10 +94,10 @@ int TapePlayAction(void); BOOL TapePlayDelay(void); void TapeStop(void); void TapeErase(void); -void DrawVideoDisplay(unsigned long, unsigned long); -void DrawSoundDisplay(unsigned long); -void DrawGameButton(unsigned long); -void DrawChooseButton(unsigned long); -void DrawConfirmButton(unsigned long); +void DrawVideoDisplay(unsigned int, unsigned int); +void DrawSoundDisplay(unsigned int); +void DrawGameButton(unsigned int); +void DrawChooseButton(unsigned int); +void DrawConfirmButton(unsigned int); #endif