#ifndef CORE_PLANE_TESTS_H
#define CORE_PLANE_TESTS_H

namespace Core::PlaneTests {
    void test();
}

#endif