src/network/core/core.h
branchcustombridgeheads
changeset 5648 1608018c5ff2
equal deleted inserted replaced
5647:cbde85c8c878 5648:1608018c5ff2
       
     1 /* $Id$ */
       
     2 
       
     3 #ifndef NETWORK_CORE_H
       
     4 #define NETWORK_CORE_H
       
     5 
       
     6 #ifdef ENABLE_NETWORK
       
     7 
       
     8 bool NetworkCoreInitialize(void);
       
     9 void NetworkCoreShutdown(void);
       
    10 
       
    11 #endif /* ENABLE_NETWORK */
       
    12 
       
    13 #endif /* NETWORK_CORE_H */