Blender V4.3
FN_multi_function_context.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
17#include "BLI_utildefines.h"
18
19#include "BLI_map.hh"
20
22
23class Context;
24
26
27class Context {
28 public:
29 Context(ContextBuilder & /*builder*/) {}
30};
31
32} // namespace blender::fn::multi_function