#ifndef GAMINGCORE_TESTS_HPP #define GAMINGCORE_TESTS_HPP #include inline bool useReport = true; void testImageReader(const char* path); void testNetwork(void); void testWindow(void); #endif