math.beta/tests/main.cpp
2014-02-20 11:33:04 -07:00

10 lines
No EOL
105 B
C++

#include "math/Vector3.h"
// Testing Headers
#include "tests/Vector3Tests.h"
int main()
{
return 0;
}