X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=e0a6fcd6916645939109347ce6a0d4efe61c342c;hb=24090f8655f9fbf138c1f9105427728f5c21b0b9;hp=2ae83cfed178bfbbfdbf6e2f2dcb71587e649f16;hpb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 2ae83cfe..e0a6fcd6 100644 --- a/src/tools.h +++ b/src/tools.h @@ -146,7 +146,8 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); -void ShowEnvelope(); +void ShowEnvelope(int); +void ShowEnvelopeDoor(char *text); void DrawLevel(void); void DrawMiniLevel(int, int, int, int); @@ -215,6 +216,6 @@ void PlaySoundActivating(); void PlaySoundSelecting(); void ToggleFullscreenIfNeeded(); -void ChangeScreenModeIfNeeded(); +void ChangeViewportPropertiesIfNeeded(); #endif /* TOOLS_H */