QuaternionTests.h 107 B

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