ColorTests.h 92 B

12345678
  1. #ifndef COLORTESTS_H
  2. #define COLORTESTS_H
  3. namespace ColorTests {
  4. void test();
  5. }
  6. #endif