Mercurial > sdl-ios-xcode
comparison src/video/SDL_shape.c @ 4775:98197bf0eae4
Took away a line break to make SDL_shape.c new. Why isn't hg tracking these two files properly?
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Sat, 05 Jun 2010 15:02:26 -0400 |
parents | 83f9b95da263 |
children | 29dcad9c58b3 |
comparison
equal
deleted
inserted
replaced
4774:90576a84d30d | 4775:98197bf0eae4 |
---|---|
18 | 18 |
19 Eli Gottlieb | 19 Eli Gottlieb |
20 eligottlieb@gmail.com | 20 eligottlieb@gmail.com |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | |
24 #include "SDL.h" | 23 #include "SDL.h" |
25 #include "SDL_video.h" | 24 #include "SDL_video.h" |
26 #include "SDL_sysvideo.h" | 25 #include "SDL_sysvideo.h" |
27 #include "SDL_shape.h" | 26 #include "SDL_shape.h" |
28 | 27 |