Mercurial > sdl-ios-xcode
comparison src/video/dummy/SDL_nullvideo.c @ 151:a90b13a831cf
Fix compiler warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 Aug 2001 19:21:04 +0000 |
parents | 13e4c612098d |
children | dde0af58db4b |
comparison
equal
deleted
inserted
replaced
150:df1d68818edb | 151:a90b13a831cf |
---|---|
40 * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. | 40 * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. |
41 */ | 41 */ |
42 | 42 |
43 #include <stdio.h> | 43 #include <stdio.h> |
44 #include <stdlib.h> | 44 #include <stdlib.h> |
45 #include <string.h> | |
45 | 46 |
46 #include "SDL.h" | 47 #include "SDL.h" |
47 #include "SDL_error.h" | 48 #include "SDL_error.h" |
48 #include "SDL_video.h" | 49 #include "SDL_video.h" |
49 #include "SDL_mouse.h" | 50 #include "SDL_mouse.h" |