#ifndef GAMINGCORE_TESTS_HPP #define GAMINGCORE_TESTS_HPP #include <core/Test.hpp> inline bool useReport = true; void testImageReader(const char* path); void testNetwork(void); void testWindow(void); #endif