Blender  V3.3
bmesh_mesh_debug.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 #include "BLI_compiler_attrs.h"
10 
11 #include "bmesh.h"
12 
13 #ifndef NDEBUG
16 #endif /* NDEBUG */
#define ATTR_WARN_UNUSED_RESULT
#define ATTR_MALLOC
#define ATTR_NONNULL(...)
ATTR_WARN_UNUSED_RESULT BMesh * bm
char * BM_mesh_debug_info(BMesh *bm) ATTR_NONNULL(1) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT
void BM_mesh_debug_print(BMesh *bm) ATTR_NONNULL(1)