X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=b7eed06f36cfe0b3698cd4f0fe71850d531ba511;hb=68a192ca5b9f81833abb24501e22a590678f68b9;hp=424c7fe1a72b197f81237070e5a5738e78afd034;hpb=8bee1f8bc2232bd6775c402f9f630e92d901593f;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 424c7fe1..b7eed06f 100644 --- a/src/tools.h +++ b/src/tools.h @@ -187,7 +187,8 @@ void ShowEnvelopeDoor(char *text, int); void DrawLevel(void); void DrawMiniLevel(int, int, int, int); -void DrawPreviewLevel(boolean); +void DrawPreviewLevelInitial(void); +void DrawPreviewLevelAnimation(void); void WaitForEventToContinue(); boolean Request(char *, unsigned int);