src/network/core/core.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6132 dcc73c6b395d
child 6298 c30fe89622df
child 6573 7624f942237f
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /**
       
     4  * @file core.h Base for all network types (UDP and TCP)
       
     5  */
     2 
     6 
     3 #ifndef NETWORK_CORE_H
     7 #ifndef NETWORK_CORE_H
     4 #define NETWORK_CORE_H
     8 #define NETWORK_CORE_H
     5 
     9 
     6 #ifdef ENABLE_NETWORK
    10 #ifdef ENABLE_NETWORK
     7 
    11 
     8 #include "os_abstraction.h"
    12 #include "os_abstraction.h"
     9 #include "../../newgrf_config.h"
    13 #include "../../newgrf_config.h"
    10 
       
    11 /**
       
    12  * @file core.h Base for all network types (UDP and TCP)
       
    13  */
       
    14 
    14 
    15 bool NetworkCoreInitialize(void);
    15 bool NetworkCoreInitialize(void);
    16 void NetworkCoreShutdown(void);
    16 void NetworkCoreShutdown(void);
    17 
    17 
    18 /** Status of a network client; reasons why a client has quit */
    18 /** Status of a network client; reasons why a client has quit */