comparison test/testpalette.c @ 1815:871090feb7ad

Fixed building with CodeWarrior on MacOS Classic
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 May 2006 08:09:16 +0000
parents 4d241ea8a1cd
children 782fd950bd46 c121d94672cb
comparison
equal deleted inserted replaced
1814:1834c192d89f 1815:871090feb7ad
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