comparison test/testpalette.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents 4d241ea8a1cd
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
13 /* This isn't in the Windows headers */ 13 /* This isn't in the Windows headers */
14 #ifndef M_PI 14 #ifndef M_PI
15 #define M_PI 3.14159265358979323846 15 #define M_PI 3.14159265358979323846
16 #endif 16 #endif
17 17
18 #include <SDL.h> 18 #include "SDL.h"
19 19
20 /* screen size */ 20 /* screen size */
21 #define SCRW 640 21 #define SCRW 640
22 #define SCRH 480 22 #define SCRH 480
23 23