Mercurial > sdl-ios-xcode
comparison src/video/SDL_stretch.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | c9b51268668f |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
24 Tomasz Cejner - thanks! :) | 24 Tomasz Cejner - thanks! :) |
25 | 25 |
26 April 27, 2000 - Sam Lantinga | 26 April 27, 2000 - Sam Lantinga |
27 */ | 27 */ |
28 | 28 |
29 #include "SDL_error.h" | |
30 #include "SDL_video.h" | 29 #include "SDL_video.h" |
31 #include "SDL_blit.h" | 30 #include "SDL_blit.h" |
32 | 31 |
33 /* This isn't ready for general consumption yet - it should be folded | 32 /* This isn't ready for general consumption yet - it should be folded |
34 into the general blitting mechanism. | 33 into the general blitting mechanism. |