File diff r10207:a1fc2f2a33db → r10208:ef8fcc3dc4ca
src/network/network.h
Show inline comments
 
@@ -2,13 +2,13 @@
 

	
 
/** @file network.h Basic functions/variables used all over the place. */
 

	
 
#ifndef NETWORK_H
 
#define NETWORK_H
 

	
 
#include "../player_type.h"
 
#include "../company_type.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
void NetworkStartUp();
 
void NetworkShutDown();
 
void NetworkDrawChatMessage();