#ifndef CORE_QUATERNION_TESTS_H #define CORE_QUATERNION_TESTS_H namespace Core::QuaternionTests { void test(); } #endif