Blender V5.0
draw_view_c.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2016 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11void DRW_draw_region_info(const bContext *C, ARegion *region);
12void DRW_draw_gizmo_3d(const bContext *C, ARegion *region);
13void DRW_draw_gizmo_2d(const bContext *C, ARegion *region);
#define C
Definition RandGen.cpp:29
void DRW_draw_region_info(const bContext *C, ARegion *region)
void DRW_draw_gizmo_3d(const bContext *C, ARegion *region)
void DRW_draw_gizmo_2d(const bContext *C, ARegion *region)