16 lines
278 B
C++
16 lines
278 B
C++
/* SPDX-FileCopyrightText: 2016 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup draw
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void DRW_draw_region_info();
|
|
void DRW_draw_cursor();
|
|
void DRW_draw_cursor_2d();
|
|
void DRW_draw_gizmo_3d();
|
|
void DRW_draw_gizmo_2d();
|