enet  v1.3.12
reliable UDP networking library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
callbacks.h File Reference

ENet callbacks. More...

#include <stdlib.h>
Include dependency graph for callbacks.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  _ENetCallbacks
 

Typedefs

typedef struct _ENetCallbacks ENetCallbacks
 

Functions

void enet_free (void *)
 
voidenet_malloc (size_t)
 

Detailed Description

ENet callbacks.

Typedef Documentation

typedef struct _ENetCallbacks ENetCallbacks