Mercurial > sdl-ios-xcode
comparison test/automated/common/images.h @ 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 |
comparison
equal
deleted
inserted
replaced
3480:cd763d104465 | 3481:c32c53fca10d |
---|---|
2 | 2 |
3 #ifndef IMAGES_H | 3 #ifndef IMAGES_H |
4 # define IMAGES_H | 4 # define IMAGES_H |
5 | 5 |
6 | 6 |
7 #include "common/common.h" | 7 #include "common.h" |
8 | 8 |
9 | 9 |
10 /* | 10 /* |
11 * Pull in images for testcases. | 11 * Pull in images for testcases. |
12 */ | 12 */ |
13 #include "common/img_primitives.c" | 13 #include "img_primitives.c" |
14 #include "common/img_primitivesblend.c" | 14 #include "img_primitivesblend.c" |
15 #include "common/img_face.c" | 15 #include "img_face.c" |
16 #include "common/img_blit.c" | 16 #include "img_blit.c" |
17 #include "common/img_blitblend.c" | 17 #include "img_blitblend.c" |
18 | 18 |
19 | 19 |
20 #endif /* IMAGES_H */ | 20 #endif /* IMAGES_H */ |
21 | 21 |
22 | 22 |