Removed superfluous function declaration.
This commit is contained in:
@@ -12,7 +12,6 @@ bool RayVsAABB(const Ray& ray, const AABB& box);
|
|||||||
bool RayVsAABB(const Ray& ray, const AABB& box, float& outDistance);
|
bool RayVsAABB(const Ray& ray, const AABB& box, float& outDistance);
|
||||||
|
|
||||||
bool AABBVsAABB(const AABB& a, const AABB& b);
|
bool AABBVsAABB(const AABB& a, const AABB& b);
|
||||||
bool AABBVsAABBTst(const AABB& a, const AABB& b);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user