Change: [Network] Encapsulate logic about the connection string to the network code (#23)

This commit is contained in:
rubidium42
2021-04-29 16:43:13 +02:00
committed by Patric Stout
parent be37a2cab8
commit a61696d6c5
6 changed files with 33 additions and 46 deletions

View File

@@ -12,7 +12,7 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "../../rev.h"
#include "../network_func.h"
#include "../network_internal.h"
#include "game_info.h"
#include "tcp_http.h"