10 lines
No EOL
105 B
C++
10 lines
No EOL
105 B
C++
#include "math/Vector3.h"
|
|
|
|
// Testing Headers
|
|
#include "tests/Vector3Tests.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
} |