OpenTTD Source
20241108-master-g80f628063a
|
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. More... | |
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 24 of file core.cpp.
References Debug.
Referenced by NetworkStartUp().