UtilityLib.h Source File

Chapitre 2

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

UtilityLib.h

00001 #ifndef __UTILITYLIB_H__
00002 #define __UTILITYLIB_H__
00003 
00004 #define SAFERELEASE(x) { if (x) delete(x); x=NULL; }
00005 
00006 #include "CColor.h"
00007 #include "CVector3D.h"
00008 
00009 #endif /* #ifndef __UTILITYLIB_H__ */

Generated on Fri Apr 19 16:19:34 2002 by doxygen1.2.15