Mercurial > sdl-ios-xcode
view test/automated/common/images.h @ 5073:1e94e68525d5
Fixed bug #1097
There are problems with including intrin.h in C linkage in C++ compilation,
and further conflicts between intrin.h and winnt.h on Visual Studio 2005.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 21 Jan 2011 23:46:51 -0800 (2011-01-22) |
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 */