fixed code to compile with current gcc and 64-bit systems
[rocksndiamonds.git] / src / game.h
index 422343d8484b29cd064a2322e5cd5d0e531f4ac8..a4ca2e8567f00bfda2e649f87a162657acdd6584 100644 (file)
@@ -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