|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | GHOST_PRINT(x) |
| #define | GHOST_PRINTF(x, ...) |
| #define | GHOST_ASSERT(x, info) ((void)0) |
Macro's used in GHOST debug target.
Definition in file GHOST_Debug.h.
| #define GHOST_ASSERT | ( | x, | |
| info | |||
| ) | ((void)0) |
Definition at line 79 of file GHOST_Debug.h.
| #define GHOST_PRINT | ( | x | ) |
Definition at line 51 of file GHOST_Debug.h.
| #define GHOST_PRINTF | ( | x, | |
| ... | |||
| ) |
Definition at line 52 of file GHOST_Debug.h.