Files
SDL/include
Sam Lantinga 32810bdaa3 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.
2013-09-05 07:02:27 -07:00
..
2013-08-20 14:21:35 -04:00
2013-06-27 17:07:24 -07:00
2013-08-08 12:20:22 -07:00
2013-02-15 08:47:44 -08:00