godot_voxel/tests/test_octree.h

8 lines
129 B
C
Raw Normal View History

2021-09-16 13:03:44 -07:00
#ifndef TEST_OCTREE_H
#define TEST_OCTREE_H
void test_octree_update();
void test_octree_find_in_box();
#endif // TEST_OCTREE_H