aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-09 17:38:20 +0000
committerLudvig Strigeus2001-10-09 17:38:20 +0000
commit669dd77ee2621581ea2e11020d1cfc05f8752e59 (patch)
tree9deee86aba737aae3f388b5643f9e9ead1371da0 /sdl.cpp
parentc30932afbe1af874e3a2aeb95fa4ee5de4d6e38e (diff)
downloadscummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.tar.gz
scummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.tar.bz2
scummvm-rg350-669dd77ee2621581ea2e11020d1cfc05f8752e59.zip
Autodetection of endianness.
svn-id: r3412
Diffstat (limited to 'sdl.cpp')
-rw-r--r--sdl.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/sdl.cpp b/sdl.cpp
index 9d2d6db5ac..8c7184e4d9 100644
--- a/sdl.cpp
+++ b/sdl.cpp
@@ -17,12 +17,18 @@
*
* Change Log:
* $Log$
- * Revision 1.1 2001/10/09 14:30:13 strigeus
- * Initial revision
+ * Revision 1.2 2001/10/09 17:38:20 strigeus
+ * Autodetection of endianness.
+ *
+ * Revision 1.1.1.1 2001/10/09 14:30:13 strigeus
+ *
+ * initial revision
*
*
*/
+#define NEED_SDL_HEADERS
+
#include "stdafx.h"
#include "scumm.h"