X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetwork.h;h=0a89f199f269da49b75f20887cd1ed59d727fcfe;hb=d8edd05c7bc6f88a893fc52e3dd7008cf6e866c5;hp=c682105ce89a7b3985e7e68e1ef872b512183a13;hpb=dad6457f2f778d11ad84e90d328981532d0ba0ea;p=rocksndiamonds.git diff --git a/src/network.h b/src/network.h index c682105c..0a89f199 100644 --- a/src/network.h +++ b/src/network.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // network.h // ============================================================================ @@ -18,11 +18,13 @@ #define NETWORK_STOP_BY_ERROR 1 char *getNetworkPlayerName(int); +boolean hasStartedNetworkGame(void); boolean ConnectToServer(char *, int); void SendToServer_PlayerName(char *); void SendToServer_ProtocolVersion(void); void SendToServer_NrWanted(int); +void SendToServer_LevelFile(void); void SendToServer_StartPlaying(void); void SendToServer_PausePlaying(void); void SendToServer_ContinuePlaying(void);