comparison src/video/SDL_gamma.c @ 152:2cf88672fc7f

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2001 21:58:26 +0000
parents 74212992fb08
children e8157fcb3114
comparison
equal deleted inserted replaced
151:a90b13a831cf 152:2cf88672fc7f
31 31
32 #ifdef USE_MATH_H 32 #ifdef USE_MATH_H
33 #include <math.h> 33 #include <math.h>
34 #endif 34 #endif
35 #include <stdlib.h> 35 #include <stdlib.h>
36 #include <string.h>
36 37
37 #include "SDL_error.h" 38 #include "SDL_error.h"
38 #include "SDL_sysvideo.h" 39 #include "SDL_sysvideo.h"
39 40
40 #ifdef USE_MATH_H 41 #ifdef USE_MATH_H