math.beta/tests/main.cpp

10 lines
No EOL
99 B
C++

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