X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=61541f370287d7bf5ebb9f4a85706aa055642e99;hp=5d9bdccebc31566065e7011769b7c2075ab368a9;hb=dad6457f2f778d11ad84e90d328981532d0ba0ea;hpb=4ed74e7ea05490b57e35bb8c22e5425c88258954 diff --git a/src/tools.h b/src/tools.h index 5d9bdcce..61541f37 100644 --- a/src/tools.h +++ b/src/tools.h @@ -197,6 +197,8 @@ void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void); +void DrawNetworkPlayers(void); + void WaitForEventToContinue(void); boolean Request(char *, unsigned int); void InitGraphicCompatibilityInfo_Doors(void);