Cleanup: Move BLI_kdopbvh to C++

Pull Request: https://projects.blender.org/blender/blender/pulls/132031
This commit is contained in:
Hans Goudey
2024-12-17 21:04:55 +01:00
committed by Hans Goudey
parent e83d87f588
commit 31964ef5ca
27 changed files with 134 additions and 147 deletions

View File

@@ -14,7 +14,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
#include "BLI_kdopbvh.h"
#include "BLI_kdopbvh.hh"
#include "BLI_math_geom.h"
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"