#ifndef KDTREE_H #define KDTREE_H #include "common/math/Vector.h" class KDTree final { public: KDTree(); }; #endif