2009-09-07 05:06:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef IMAGES_H
|
|
|
|
# define IMAGES_H
|
|
|
|
|
|
|
|
|
2009-11-22 06:42:58 +00:00
|
|
|
#include "common.h"
|
2009-09-07 05:06:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Pull in images for testcases.
|
|
|
|
*/
|
2009-11-22 06:42:58 +00:00
|
|
|
#include "img_primitives.c"
|
|
|
|
#include "img_primitivesblend.c"
|
|
|
|
#include "img_face.c"
|
|
|
|
#include "img_blit.c"
|
|
|
|
#include "img_blitblend.c"
|
2009-09-07 05:06:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* IMAGES_H */
|
|
|
|
|
|
|
|
|