Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3178 in orxonox.OLD for orxonox/trunk/importer/material.h


Ignore:
Timestamp:
Dec 15, 2004, 3:12:12 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Windows is not flexible, reverting last changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/material.h

    r3177 r3178  
    1919#ifdef HAVE_SDL_SDL_IMAGE_H
    2020#include <SDL/SDL_image.h>
    21 #endif
    22 #ifdef HAVE_SDL_IMAGE_H
    23 #include <SDL_image.h>
    24 #endif
    25 
    26 #ifndef HAVE_SDL_IMAGE
     21#else
    2722// IMAGE LIBS //
    2823#ifdef HAVE_JPEGLIB_H
     
    3429#include <png.h>
    3530#endif /* HAVE_PNG_H */
    36 #endif /* HAVE_SDL_IMAGE */
     31#endif /* HAVE_SDL_SDL_IMAGE_H */
    3732
    3833class PathList
     
    123118
    124119  bool loadImage(char* imageName, GLuint* texture);
    125 #ifndef HAVE_SDL_IMAGE
     120#ifndef HAVE_SDL_SDL_IMAGE_H
    126121
    127122  bool loadBMP (char* bmpName, GLuint* texture);
Note: See TracChangeset for help on using the changeset viewer.