add mod download warning

This commit is contained in:
Lion Kortlepel
2024-06-04 16:45:02 +02:00
parent 8c9d3a5455
commit 3db1f6773e
3 changed files with 32 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ void NetReset();
extern bool Dev;
extern int ping;
extern bool ModWarningConfirmed;
[[noreturn]] void CoreNetwork();
extern int ProxyPort;
extern int ClientID;
@@ -46,3 +48,4 @@ void TCPClientMain(const std::string& IP,int Port);
void UDPClientMain(const std::string& IP,int Port);
void TCPGameServer(const std::string& IP, int Port);