enet
Macros
utility.h File Reference

ENet utility header. More...

Go to the source code of this file.

Macros

#define ENET_MAX(x, y)   ((x) > (y) ? (x) : (y))
#define ENET_MIN(x, y)   ((x) < (y) ? (x) : (y))

Detailed Description