| OpenTTD
    | 
Functions used to initialize/shut down the core network. More...
#include "../../stdafx.h"#include "../../debug.h"#include "os_abstraction.h"#include "packet.h"#include "../../safeguards.h"Go to the source code of this file.
| Functions | |
| bool | NetworkCoreInitialize () | 
| Initializes the network core (as that is needed for some platforms. | |
| void | NetworkCoreShutdown () | 
| Shuts down the network core (as that is needed for some platforms. | |
Functions used to initialize/shut down the core network.
Definition in file core.cpp.
| bool NetworkCoreInitialize | ( | ) | 
Initializes the network core (as that is needed for some platforms.
Definition at line 33 of file core.cpp.
References DEBUG.
Referenced by NetworkStartUp().
 1.8.1.2
 1.8.1.2