|
Orxonox
0.0.5 Codename: Arcturus
|
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... | |
| void * | enet_malloc (size_t size) |
Variables | |
| static ENetCallbacks | callbacks = { malloc, free, abort } |
ENet callback functions.
| #define ENET_BUILDING_LIB 1 |
|
static |
1.8.11