Fixed windows errors
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
|
||||
#include <J3ML/Geometry/AABB.hpp>
|
||||
#include <J3ML/Geometry/LineSegment.hpp>
|
||||
#include <J3ML/Geometry/Sphere.hpp>
|
||||
|
||||
|
||||
void AABBTests()
|
||||
@@ -88,4 +90,4 @@ void AABBTests()
|
||||
TEST("AABB::IsDegenerate", []{ /* TODO: Implement Test Stub */ });
|
||||
TEST("AABB::Volume", []{ /* TODO: Implement Test Stub */ });
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <J3ML/Geometry/Frustum.hpp>
|
||||
#include <J3ML/Geometry/PBVolume.hpp>
|
||||
#include <J3ML/Geometry/Ray.hpp>
|
||||
|
||||
|
||||
Frustum GenIdFrustum(FrustumType t, FrustumHandedness h, FrustumProjectiveSpace p) {
|
||||
|
Reference in New Issue
Block a user