Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Paintlib/minmax.h

Go to the documentation of this file.
00001 #ifndef min
00002 #define min(a,b) (a<b ? a : b)
00003 #endif
00004 
00005 #ifndef max
00006 #define max(a,b) (a>b ? a : b)
00007 #endif
00008 

Generated on Wed Dec 15 21:20:29 2004 for vuVolume by  doxygen 1.3.9.1