math.beta/tests/Vector3Tests.h

11 lines
169 B
C++

#ifndef __VECTOR3TESTS_H__
#define __VECTOR3TESTS_H__
# include "UnitTest.h"
class Vector3Tests // inherit from UnitTest
{
public:
};
#endif //__VECTOR3TESTS_H__