math.beta/tests/main.cpp

13 lines
No EOL
148 B
C++

#include "math/Vector3.h"
// Testing Headers
#include <igloo/igloo_alt.h>
#include "tests/TestsVector3.h"
int main()
{
return 0;
}