D:/Development/Projects/X-Clone/X-Clone/trunk/macros.h

Go to the documentation of this file.
00001 #ifndef XCLONE_MACROS_H
00002 #define XCLONE_MACROS_H
00003 
00004 #define SAFE_DELETE(p) { if(p) { delete (p);     (p)=NULL; } }
00005 
00006 
00007 #endif

Generated on Fri Sep 22 06:00:26 2006 for X-CLONE by  doxygen 1.4.7