Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3104 in orxonox.OLD for orxonox/branches/images/importer/material.h


Ignore:
Timestamp:
Dec 5, 2004, 5:16:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: better test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/material.h

    r3103 r3104  
    2121#ifdef HAVE_SDL_SDL_IMAGE_H
    2222#include <SDL/SDL_image.h>
    23 #endif
    24 
     23#else
    2524// IMAGE LIBS //
    2625extern "C"{         // This has to be done, because not a c++ lib
     
    2827}
    2928#include <png.h>
     29#endif
     30
    3031//! Class to handle Materials.
    3132class Material
Note: See TracChangeset for help on using the changeset viewer.