1 2 3 4 5 6
#include "Intersection_Tests.h" int main(int argc, char* argv) { Intersection_Tests(); return 0; }