Tests.hpp 210 B

1234567891011
  1. #ifndef GAMINGCORE_TESTS_HPP
  2. #define GAMINGCORE_TESTS_HPP
  3. #include <core/Test.hpp>
  4. inline bool useReport = true;
  5. void testImageReader(const char* path);
  6. void testNetwork(void);
  7. void testWindow(void);
  8. #endif