Removed superfluous function declaration.

This commit is contained in:
William Moberg
2015-12-07 16:00:34 +01:00
parent e8d23f3b3f
commit 955c9ce534
-1
View File
@@ -12,7 +12,6 @@ bool RayVsAABB(const Ray& ray, const AABB& box);
bool RayVsAABB(const Ray& ray, const AABB& box, float& outDistance);
bool AABBVsAABB(const AABB& a, const AABB& b);
bool AABBVsAABBTst(const AABB& a, const AABB& b);
}
#endif