ComponentsTests.h 107 B

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