X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=ab49adedad979831569b229873c27e1268cc6b1f;hb=cfd77b3698baacb01dff3853c96d0be117db1d30;hp=40430781d1b53311dc5358b24cb7003fda59ee11;hpb=b454c38f3381978b6813eb06c736adaa38c55b89;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 40430781..ab49aded 100644 --- a/src/tools.h +++ b/src/tools.h @@ -96,7 +96,7 @@ void DrawMicroElement(int, int, int); void DrawLevel(void); void DrawMiniLevel(int, int); void DrawMicroLevel(int, int); -BOOL Request(char *, unsigned int); +boolean Request(char *, unsigned int); unsigned int OpenDoor(unsigned int); unsigned int CloseDoor(unsigned int); unsigned int GetDoorState(void);