Cleanup: Add missing PBVH forward declaration

Pull Request: https://projects.blender.org/blender/blender/pulls/123039
This commit is contained in:
Sean Kim
2024-06-10 23:27:32 +02:00
committed by Sean Kim
parent 2e4be975fe
commit b1763aa576

View File

@@ -28,6 +28,7 @@
struct Brush;
struct Mesh;
struct Object;
struct PBVH;
struct PBVHNode;
struct Sculpt;
struct SculptSession;