#ifndef CORE_TESTS_H #define CORE_TESTS_H #include void testImageReader(const char* path); void testNetwork(void); void testWindow(void); #endif