Mercurial > sdl-ios-xcode
comparison src/SDL.c @ 557:0ce5a68278fd
Updated Atari port for new system headers (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 07 Dec 2002 06:54:47 +0000 |
parents | 522e5202014d |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
556:08588ee79a67 | 557:0ce5a68278fd |
---|---|
26 #endif | 26 #endif |
27 | 27 |
28 /* Initialization code for SDL */ | 28 /* Initialization code for SDL */ |
29 | 29 |
30 #include <stdlib.h> /* For getenv() */ | 30 #include <stdlib.h> /* For getenv() */ |
31 #ifdef ENABLE_PTH | |
32 #include <pth.h> | |
33 #endif | |
31 | 34 |
32 #include "SDL.h" | 35 #include "SDL.h" |
33 #include "SDL_endian.h" | 36 #include "SDL_endian.h" |
34 #include "SDL_fatal.h" | 37 #include "SDL_fatal.h" |
35 #ifndef DISABLE_VIDEO | 38 #ifndef DISABLE_VIDEO |