SDL_Rect -- Defines a rectangular area

typedef struct{
  Sint16 x, y;
  Uint16 w, h;
} SDL_Rect;