File diff r14247:2f155b9f20db → r14248:a9050881acd7
src/network/network.h
Show inline comments
 
@@ -9,13 +9,12 @@
 

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

	
 
#ifndef NETWORK_H
 
#define NETWORK_H
 

	
 
#include "../company_type.h"
 

	
 
#ifdef ENABLE_NETWORK
 

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