typedef struct SDL_Rect { int x, y; int w, h; } SDL_Rect; extern int SDL_Test(const SDL_Rect *rect);