9 lines
154 B
C++
9 lines
154 B
C++
#ifndef Collision_h__
|
|
#define Collision_h__
|
|
|
|
namespace Collision
|
|
{
|
|
//bool RayAABBIntr(float3 origin, float3 direction, float3 center, float3 h);
|
|
}
|
|
|
|
#endif |