comparison src/video/math_private.h @ 1424:7a610f25c12f

Updated MacOS Classic MPW build
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 09:57:14 +0000
parents 19418e4422cb
children 782fd950bd46
comparison
equal deleted inserted replaced
1423:4ed717f9e509 1424:7a610f25c12f
15 */ 15 */
16 16
17 #ifndef _MATH_PRIVATE_H_ 17 #ifndef _MATH_PRIVATE_H_
18 #define _MATH_PRIVATE_H_ 18 #define _MATH_PRIVATE_H_
19 19
20 #include "SDL_name.h"
20 #include "SDL_endian.h" 21 #include "SDL_endian.h"
21 22
22 #define huge really_big /* huge is a reserved keyword in VC++ 6.0 */ 23 #define huge really_big /* huge is a reserved keyword in VC++ 6.0 */
23 #define u_int32_t uint32_t 24 #define u_int32_t uint32_t
24 25