utility.h

Go to the documentation of this file.
00001 
00005 #ifndef __ENET_UTILITY_H__
00006 #define __ENET_UTILITY_H__
00007 
00008 #define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
00009 #define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))
00010 
00011 #endif /* __ENET_UTILITY_H__ */
00012 

Generated on Wed Jun 6 14:33:50 2007 for enet by  doxygen 1.5.1