Orxonox
0.0.5 Codename: Arcturus
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
external
enet
utility.h
Go to the documentation of this file.
1
5
#ifndef __ENET_UTILITY_H__
6
#define __ENET_UTILITY_H__
7
8
#define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
9
#define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))
10
11
#endif
/* __ENET_UTILITY_H__ */
12
Generated on Fri Apr 12 2019 01:25:40 for Orxonox by
1.8.11