Mercurial > sdl-ios-xcode
comparison src/video/android/SDL_androidgl.c @ 4703:c93b44ddc63e
Fixed #includes to fix naming conventions
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 19:25:55 +1200 |
parents | d40bb3165d2b |
children | 8b109f0dcd2f |
comparison
equal
deleted
inserted
replaced
4702:44798016d513 | 4703:c93b44ddc63e |
---|---|
29 #include "../SDL_sysvideo.h" | 29 #include "../SDL_sysvideo.h" |
30 #include "../SDL_pixels_c.h" | 30 #include "../SDL_pixels_c.h" |
31 #include "../../events/SDL_events_c.h" | 31 #include "../../events/SDL_events_c.h" |
32 | 32 |
33 #include "SDL_androidvideo.h" | 33 #include "SDL_androidvideo.h" |
34 #include "SDL_androidevents_c.h" | 34 #include "SDL_androidevents.h" |
35 #include "SDL_androidrender_c.h" | 35 #include "SDL_androidrender.h" |
36 | 36 |
37 /* Android header */ | 37 /* Android header */ |
38 #include "egl.h" | 38 #include "egl.h" |
39 | 39 |
40 | 40 |