Tests.h 162 B

12345678910
  1. #ifndef CORE_TESTS_H
  2. #define CORE_TESTS_H
  3. #include <core/Test.h>
  4. void testImageReader(const char* path);
  5. void testNetwork(void);
  6. void testWindow(void);
  7. #endif