BoxTests.h 86 B

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