#ifndef CORE_TESTS_H #define CORE_TESTS_H #include <core/Test.h> void testImageReader(const char* path); void testNetwork(void); void testWindow(void); #endif