Mercurial > sdl-ios-xcode
comparison test/automated/common/images.h @ 3259:22ac66da0765
Merged Edgar's code changes from Google Summer of Code 2009
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Sep 2009 05:06:34 +0000 |
parents | |
children | c32c53fca10d |
comparison
equal
deleted
inserted
replaced
3258:e786366ea23b | 3259:22ac66da0765 |
---|---|
1 | |
2 | |
3 #ifndef IMAGES_H | |
4 # define IMAGES_H | |
5 | |
6 | |
7 #include "common/common.h" | |
8 | |
9 | |
10 /* | |
11 * Pull in images for testcases. | |
12 */ | |
13 #include "common/img_primitives.c" | |
14 #include "common/img_primitivesblend.c" | |
15 #include "common/img_face.c" | |
16 #include "common/img_blit.c" | |
17 #include "common/img_blitblend.c" | |
18 | |
19 | |
20 #endif /* IMAGES_H */ | |
21 | |
22 |