Mercurial > sdl-ios-xcode
comparison src/video/macrom/SDL_romvideo.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 | 604d73db6802 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
39 #include <Devices.h> | 39 #include <Devices.h> |
40 #include <DiskInit.h> | 40 #include <DiskInit.h> |
41 #include <QDOffscreen.h> | 41 #include <QDOffscreen.h> |
42 #endif | 42 #endif |
43 | 43 |
44 #include "SDL_stdlib.h" | |
45 #include "SDL_string.h" | |
46 #include "SDL_video.h" | 44 #include "SDL_video.h" |
47 #include "SDL_error.h" | |
48 #include "SDL_syswm.h" | 45 #include "SDL_syswm.h" |
49 #include "SDL_sysvideo.h" | 46 #include "SDL_sysvideo.h" |
50 #include "SDL_romvideo.h" | 47 #include "SDL_romvideo.h" |
51 #include "SDL_macgl_c.h" | 48 #include "SDL_macgl_c.h" |
52 #include "SDL_macwm_c.h" | 49 #include "SDL_macwm_c.h" |