Blender V5.0
NOD_geometry_nodes_closure_location.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include <cstdint>
8
10#include "BLI_mutex.hh"
11#include "BLI_vector.hh"
12
13struct bNodeTree;
14struct bNode;
15
16namespace blender::nodes {
17
23
35
40
41} // namespace blender::nodes
std::mutex Mutex
Definition BLI_mutex.hh:47