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 SAFE_DELETE | ( | p | ) | { if(p) { delete (p); (p)=NULL; } } |
Definition at line 4 of file macros.h.
Referenced by Application::changeState(), Application::popState(), and Terrain::~Terrain().
1.4.7