diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 19:47:32 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 20:01:52 +0100 |
commit | f508e7191bd2f3eb7616e315e7e0d4a4b94c7914 (patch) | |
tree | 7bc1ed6498b3e2b7393ce791667bb9b50037e5fd /blits.c | |
parent | 5ab5f72ba931e1d29a18a6b42e2cc2d73e291c4e (diff) |
cleaned the initialization / shutdown a little
The initialized surfaces are converted to display format so that they
are ready for fastblit.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'blits.c')
-rw-r--r-- | blits.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #include <stdio.h> #include <SDL/SDL.h> #include <SDL/SDL_ttf.h> -#include <SDL/SDL_image.h> #include <string.h> #include "constantes.h" |