Orxonox  0.0.5 Codename: Arcturus
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

ENet utility header.

Macro Definition Documentation

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