29 if (WSAStartup(MAKEWORD(2, 0), &wsa) != 0) {
void NetworkCoreShutdown()
Shuts down the network core (as that is needed for some platforms.
bool NetworkCoreInitialize()
Initializes the network core (as that is needed for some platforms.
Functions related to debugging.
#define Debug(facility, severity, format_string,...)
Output a line of debugging information.
@ Net
Net message facility.
@ Debug1
Debug #1 - High level debug messages.
@ Critical
Critical, user should know about this.
Includes and/or implementations for the network stuff.
Basic functions to create, fill and read packets.
A number of safeguards to prevent using unsafe methods.
Definition of base types and functions in a cross-platform compatible way.