UtilsTests.h 92 B

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