Cleanup: Move node_util.h to C++

Ref: #103343

Pull Request: blender/blender#107569
This commit is contained in:
2023-05-03 14:21:14 +02:00
committed by Hans Goudey
parent 0de54b84c6
commit 642e18e889
17 changed files with 108 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "node_function_util.hh"
#include "node_util.h"
#include "node_util.hh"
#include "NOD_add_node_search.hh"
#include "NOD_socket_search_link.hh"