Blender V5.0
overlay_engine.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11#include "overlay_instance.hh"
12
13#include "overlay_engine.h"
14
15namespace blender::draw::overlay {
16
18{
19 return new Instance();
20}
21
26
27} // namespace blender::draw::overlay
DrawEngine * create_instance() final