Changed Fixed .bmp loading on big endian systems.

This commit is contained in:
2006-07-03 06:10:27 -04:00
parent 1fe42b753d
commit e8301e907b
3 changed files with 5 additions and 8 deletions

View File

@@ -4,14 +4,8 @@
#pragma comment(lib, "OpenGL32.lib")
#ifdef WIN32
#include <windows.h> //I think this was only needed because gl.h uses it
#include <GL/gl.h>
#endif
#ifdef __linux
#include <GL/gl.h>
#endif
#ifdef __APPLE__
#include <GL/gl.h>
#endif
#include <cstdio>
#include <string>
#include "texture.h"