Hash :
2afbd773
Author :
Date :
2013-09-05T07:02:27
Fixed bug 2081 - Add name to SDL_Point structure
Dmitry Marakasov
Unlike SDL_Rect (typedef struct SDL_Rect {} SDL_Rect), SDL_Point (typedef struct {} SDL_Point) structure is unnamed. This feels inconsistent and makes it impossible to use forward declaration for SDL_Point, having to include whole SDL_rect.h instead.