diff --git a/include/SDL_rect.h b/include/SDL_rect.h index c8af7c197..7132e1b44 100644 --- a/include/SDL_rect.h +++ b/include/SDL_rect.h @@ -44,7 +44,7 @@ extern "C" { * * \sa SDL_EnclosePoints */ -typedef struct +typedef struct SDL_Point { int x; int y;