#ifndef _COLLISION_DETECT #define _COLLISION_DETECT #include struct Entity * collisionDetect(); #endif