Mercurial > sdl-ios-xcode
annotate test/automated/common/images.h @ 3736:78f544eded7b gsoc2009_unit_tests
Added platform test based ot testplatform.c.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 20 Jul 2009 18:42:55 +0000 |
parents | 97e9704fc267 |
children | c32c53fca10d |
rev | line source |
---|---|
3728 | 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 |