godot/thirdparty/embree/kernels/bvh/bvh_node_base.h

// Copyright 2009-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include "bvh_node_ref.h"

namespace embree
{
  
  /*! BVHN Base Node */
  template<typename NodeRef, int N>
    struct BaseNode_t
  {};
}