comparison test/automated/render/render.c @ 3481:c32c53fca10d

Fixed include paths for Visual C++
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Nov 2009 06:42:58 +0000
parents 2c07bb579922
children 78db4f7ae2f3
comparison
equal deleted inserted replaced
3480:cd763d104465 3481:c32c53fca10d
6 * Released under Public Domain. 6 * Released under Public Domain.
7 */ 7 */
8 8
9 9
10 #include "SDL.h" 10 #include "SDL.h"
11 #include "SDL_at.h" 11 #include "../SDL_at.h"
12 12
13 #include "common/common.h" 13 #include "../common/common.h"
14 14
15 15
16 /* 16 /*
17 * Pull in images for testcases. 17 * Pull in images for testcases.
18 */ 18 */
19 #include "common/images.h" 19 #include "../common/images.h"
20 20
21 21
22 #define SCREEN_W 80 22 #define SCREEN_W 80
23 #define SCREEN_H 60 23 #define SCREEN_H 60
24 24