Tests.hpp 203 B

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