ENet
v1.3.17
Reliable UDP networking library
|
ENet callback functions. More...
#include "enet/enet.h"
Macros | |
#define | ENET_BUILDING_LIB 1 |
Functions | |
void | enet_free (void *memory) |
int | enet_initialize_with_callbacks (ENetVersion version, const ENetCallbacks *inits) |
Initializes ENet globally and supplies user-overridden callbacks. More... | |
ENetVersion | enet_linked_version (void) |
Gives the linked version of the ENet library. More... | |
void * | enet_malloc (size_t size) |
ENet callback functions.
#define ENET_BUILDING_LIB 1 |