19 lines
257 B
C++
19 lines
257 B
C++
/* SPDX-License-Identifier: GPL-2.0-or-later
|
|
* Copyright 2019 Blender Foundation. */
|
|
|
|
/** \file
|
|
* \ingroup draw_engine
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern DrawEngineType draw_engine_overlay_type;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|