#ifndef _GAME_MATH_H_ #define _GAME_MATH_H_ #include "SDL2/SDL.h" int game_math_collide(SDL_Rect *, SDL_Rect *); #endif