#ifndef CORE_QUATERNION_TESTS_HPP
#define CORE_QUATERNION_TESTS_HPP

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

#endif