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