godot_voxel/tests/test_octree.h

12 lines
200 B
C
Raw Normal View History

2021-09-16 13:03:44 -07:00
#ifndef TEST_OCTREE_H
#define TEST_OCTREE_H
namespace zylann::voxel::tests {
2021-09-16 13:03:44 -07:00
void test_octree_update();
void test_octree_find_in_box();
} // namespace zylann::voxel::tests
2021-09-16 13:03:44 -07:00
#endif // TEST_OCTREE_H