Mercurial > sdl-ios-xcode
comparison test/automated/common/common.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 | 2c07bb579922 |
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 #include "common/common.h" | 13 #include "common.h" |
14 | 14 |
15 | 15 |
16 /** | 16 /** |
17 * @brief Compares a surface and a surface image for equality. | 17 * @brief Compares a surface and a surface image for equality. |
18 */ | 18 */ |