mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Style: Begin integrating simple .clangd fixes
This commit is contained in:
parent
2303ce843a
commit
f09ee0171a
66 changed files with 43 additions and 112 deletions
|
|
@ -51,6 +51,8 @@
|
|||
// and pairable_mask is either 0 if static, or set to all if non static
|
||||
|
||||
#include "bvh_tree.h"
|
||||
|
||||
#include "core/math/geometry_3d.h"
|
||||
#include "core/os/mutex.h"
|
||||
|
||||
#define BVHTREE_CLASS BVH_Tree<T, NUM_TREES, 2, MAX_ITEMS, USER_PAIR_TEST_FUNCTION, USER_CULL_TEST_FUNCTION, USE_PAIRS, BOUNDS, POINT>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue