PNGReaderTests.h 120 B

12345678
  1. #ifndef PNGREADERTESTS_H
  2. #define PNGREADERTESTS_H
  3. namespace PNGReaderTests {
  4. void test(const char* path);
  5. }
  6. #endif