ManaPlus
|
Go to the source code of this file.
Macros | |
#define | isGLNull(func) (!(func)) |
#define | isGLNotNull(func) ((func) != nullptr) |
#define isGLNotNull | ( | func | ) | ((func) != nullptr) |
Definition at line 28 of file mglcheck.h.
#define isGLNull | ( | func | ) | (!(func)) |
Definition at line 27 of file mglcheck.h.