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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define SAFE_DELETE(p)   { if(p) { delete (p); (p)=NULL; } }


Define Documentation

#define SAFE_DELETE (  )     { if(p) { delete (p); (p)=NULL; } }

Definition at line 4 of file macros.h.

Referenced by Application::changeState(), Application::popState(), and Terrain::~Terrain().


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