#ifndef CORE_COLOR_TESTS_HPP #define CORE_COLOR_TESTS_HPP namespace Core::ColorTests { void test(); } #endif