Go to the source code of this file.
Classes | |
class | GuiControl |
Defines | |
#define | sfree(obj) if(obj) { delete obj; obj = NULL; } |
#define | sfreea(obj) if(obj) { delete[] obj; obj = NULL; } |
#define sfree | ( | obj | ) | if(obj) { delete obj; obj = NULL; } |
Definition at line 17 of file GuiControl.h.
#define sfreea | ( | obj | ) | if(obj) { delete[] obj; obj = NULL; } |
Definition at line 18 of file GuiControl.h.