ManaPlus
Macros
mglcheck.h File Reference

(986a3bf)

Go to the source code of this file.

Macros

#define isGLNull(func)   (!(func))
 
#define isGLNotNull(func)   ((func) != nullptr)
 

Macro Definition Documentation

◆ isGLNotNull

#define isGLNotNull (   func)    ((func) != nullptr)

Definition at line 28 of file mglcheck.h.

◆ isGLNull

#define isGLNull (   func)    (!(func))

Definition at line 27 of file mglcheck.h.