diff 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
line wrap: on
line diff
--- a/include/SDL_endian.h	Thu Feb 09 05:46:55 2006 +0000
+++ b/include/SDL_endian.h	Thu Feb 09 09:07:13 2006 +0000
@@ -38,6 +38,7 @@
 */
 
 #include "SDL_types.h"
+//#warning FIXME: move rwops into rwops and swapping into byteorder.h
 #include "SDL_rwops.h"
 #include "SDL_byteorder.h"