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