comparison include/SDL_endian.h @ 1353:7ba544e2888d

Started the process of improving configure support, and merging C types and library support into a single header.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Feb 2006 09:07:13 +0000
parents 450721ad5436
children 22f39393668a
comparison
equal deleted inserted replaced
1352:c643342f3f33 1353:7ba544e2888d
36 endian values from large chunks of memory as well as files 36 endian values from large chunks of memory as well as files
37 and other data sources. 37 and other data sources.
38 */ 38 */
39 39
40 #include "SDL_types.h" 40 #include "SDL_types.h"
41 //#warning FIXME: move rwops into rwops and swapping into byteorder.h
41 #include "SDL_rwops.h" 42 #include "SDL_rwops.h"
42 #include "SDL_byteorder.h" 43 #include "SDL_byteorder.h"
43 44
44 #include "begin_code.h" 45 #include "begin_code.h"
45 /* Set up for C function definitions, even when using C++ */ 46 /* Set up for C function definitions, even when using C++ */