OpenTTD Source  20240919-master-gdf0233f4c2
core.cpp File Reference
#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.
 

Detailed Description

Functions used to initialize/shut down the core network

Definition in file core.cpp.

Function Documentation

◆ NetworkCoreInitialize()

bool NetworkCoreInitialize ( )

Initializes the network core (as that is needed for some platforms.

Returns
true if the core has been initialized, false otherwise

Definition at line 24 of file core.cpp.

References Debug.

Referenced by NetworkStartUp().