Romain Vimont
|
d972a88c1a
|
Optimize includes
Only include SDL_stdinc.h for SDL_bool, not the whole SDL.h.
|
2017-12-18 11:07:42 +01:00 |
|
Romain Vimont
|
a9b276aa67
|
Remove useless forward declarations
The required headers are included anyway.
|
2017-12-15 17:19:43 +01:00 |
|
Romain Vimont
|
37d88b8a6a
|
Use SDL_bool return type instead of int
Many functions returned an int to indicate their success. For clarity,
use SDL_bool instead.
|
2017-12-15 11:27:54 +01:00 |
|
Romain Vimont
|
54d9148a36
|
Initial commit
Start a new clean history from here.
|
2017-12-12 15:25:15 +01:00 |
|