File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/network/network_server.cpp
Show inline comments
 
@@ -8,13 +8,12 @@
 
#include "../strings_func.h"
 
#include "network_data.h"
 
#include "core/tcp.h"
 
#include "../train.h"
 
#include "../aircraft.h"
 
#include "../date_func.h"
 
#include "table/strings.h"
 
#include "network_server.h"
 
#include "network_udp.h"
 
#include "../console.h"
 
#include "../command_func.h"
 
#include "../saveload.h"
 
#include "../station.h"
 
@@ -24,12 +23,14 @@
 
#include "../fileio.h"
 
#include "../string_func.h"
 
#include "../player_base.h"
 
#include "../player_func.h"
 
#include "../player_gui.h"
 

	
 
#include "table/strings.h"
 

	
 
// This file handles all the server-commands
 

	
 
static void NetworkHandleCommandQueue(NetworkTCPSocketHandler* cs);
 

	
 
// **********
 
// Sending functions