Changeset 10475 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Jan 29, 2007, 9:32:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/texture.cc
r9869 r10475 22 22 23 23 #ifdef HAVE_SDL_SDL_H 24 #include <SDL/SDL_image.h>25 #include <SDL/SDL_endian.h>26 #include <SDL/SDL_byteorder.h>24 #include <SDL/SDL_image.h> 25 #include <SDL/SDL_endian.h> 26 #include <SDL/SDL_byteorder.h> 27 27 #else 28 #include <SDL_endian.h>29 #include <SDL_image.h>30 #include <SDL_byteorder.h>28 #include <SDL_image.h> 29 #include <SDL_endian.h> 30 #include <SDL_byteorder.h> 31 31 #endif 32 32 #if SDL_BYTEORDER == SDL_BIG_ENDIAN
Note: See TracChangeset
for help on using the changeset viewer.