Added collision files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef Collision_h__
|
||||
#define Collision_h__
|
||||
|
||||
namespace Collision
|
||||
{
|
||||
//bool RayAABBIntr(float3 origin, float3 direction, float3 center, float3 h);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user