Mercurial > sdl-ios-xcode
comparison test/automated/rwops/rwops.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 | 22ac66da0765 |
children | 78db4f7ae2f3 |
comparison
equal
deleted
inserted
replaced
3480:cd763d104465 | 3481:c32c53fca10d |
---|---|
6 * Released under Public Domain. | 6 * Released under Public Domain. |
7 */ | 7 */ |
8 | 8 |
9 | 9 |
10 #include "SDL.h" | 10 #include "SDL.h" |
11 #include "SDL_at.h" | 11 #include "../SDL_at.h" |
12 | 12 |
13 | 13 |
14 #define RWOPS_READ "rwops/read" | 14 #define RWOPS_READ "rwops/read" |
15 #define RWOPS_WRITE "rwops/write" | 15 #define RWOPS_WRITE "rwops/write" |
16 | 16 |