Added collision files.

This commit is contained in:
William Moberg
2015-12-02 11:18:52 +01:00
parent 75dcea40f2
commit 1d19c6901e
2 changed files with 36 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef Collision_h__
#define Collision_h__
namespace Collision
{
//bool RayAABBIntr(float3 origin, float3 direction, float3 center, float3 h);
}
#endif