Mercurial > sdl-ios-xcode
comparison test/automated/platform/platform.c @ 3481:c32c53fca10d
Fixed include paths for Visual C++
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Nov 2009 06:42:58 +0000 |
parents | 63d4517fc4ac |
children | 3427271a2d75 |
comparison
equal
deleted
inserted
replaced
3480:cd763d104465 | 3481:c32c53fca10d |
---|---|
10 | 10 |
11 | 11 |
12 | 12 |
13 | 13 |
14 #include "SDL.h" | 14 #include "SDL.h" |
15 #include "SDL_at.h" | |
16 #include "SDL_endian.h" | 15 #include "SDL_endian.h" |
17 #include "SDL_cpuinfo.h" | 16 #include "SDL_cpuinfo.h" |
17 #include "../SDL_at.h" | |
18 | 18 |
19 | 19 |
20 /* | 20 /* |
21 * Prototypes. | 21 * Prototypes. |
22 */ | 22 */ |