20 lines
283 B
C
20 lines
283 B
C
/* SPDX-FileCopyrightText: 2016 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup draw_engine
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern RenderEngineType DRW_engine_viewport_workbench_type;
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|