view test/automated/common/images.h @ 3568:8c72321542f6

Fixed bug #818 Daniele Forghieri 2009-10-12 02:52:02 PDT Updated makefile & Doc for Open Watcom 1.8
author Sam Lantinga <slouken@libsdl.org>
date Tue, 15 Dec 2009 20:11:29 +0000
parents c32c53fca10d
children
line wrap: on
line source



#ifndef IMAGES_H
#  define IMAGES_H


#include "common.h"


/*
 * Pull in images for testcases.
 */
#include "img_primitives.c"
#include "img_primitivesblend.c"
#include "img_face.c"
#include "img_blit.c"
#include "img_blitblend.c"


#endif /* IMAGES_H */