X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=510524af77f4ac381be3bffb62fa56c583594786;hb=e51177796149f37de339bda83558c3c49758be93;hp=2ae83cfed178bfbbfdbf6e2f2dcb71587e649f16;hpb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 2ae83cfe..510524af 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, int); 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 */