#ifndef QUATERNIONTESTS_H
#define QUATERNIONTESTS_H

namespace QuaternionTests {
    void test();
}

#endif