moved video frame synchronization to single location (screen update)
[rocksndiamonds.git] / src / tools.h
index 041a2d1d0a510d995a16544d2ed9abb503ea6bc7..703a52233030700d19aea9af5454c1d27578c4dc 100644 (file)
@@ -83,6 +83,7 @@ void RedrawPlayfield();
 void BlitScreenToBitmap_RND(Bitmap *);
 void BlitScreenToBitmap(Bitmap *);
 void BackToFront();
+void BackToFront_WithFrameDelay(unsigned int);
 
 void FadeIn(int);
 void FadeOut(int);
@@ -249,7 +250,10 @@ void PlayMenuMusic();
 void PlaySoundActivating();
 void PlaySoundSelecting();
 
+void SetAnimStatus(int);
 void SetGameStatus(int);
+void SetFontStatus(int);
+void ResetFontStatus();
 
 void ToggleFullscreenOrChangeWindowScalingIfNeeded();
 void ChangeViewportPropertiesIfNeeded();