Blender V4.5
select_instance.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include "DRW_render.hh"
10
11#include "select_engine.hh"
12
14#include "select_instance.hh"
15
16namespace blender::draw::select {
17
19 public:
21};
22
24{
25 return new Instance();
26}
27
28} // namespace blender::draw::select
DrawEngine * create_instance() final