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 1.2.15