Style: Begin integrating simple .clangd fixes

This commit is contained in:
Thaddeus Crews 2025-02-20 08:40:46 -06:00
parent 2303ce843a
commit f09ee0171a
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
66 changed files with 43 additions and 112 deletions

View file

@ -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>