Changeset 3104 in orxonox.OLD for orxonox/branches/images/importer
- Timestamp:
- Dec 5, 2004, 5:16:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/material.h
r3103 r3104 21 21 #ifdef HAVE_SDL_SDL_IMAGE_H 22 22 #include <SDL/SDL_image.h> 23 #endif 24 23 #else 25 24 // IMAGE LIBS // 26 25 extern "C"{ // This has to be done, because not a c++ lib … … 28 27 } 29 28 #include <png.h> 29 #endif 30 30 31 //! Class to handle Materials. 31 32 class Material
Note: See TracChangeset
for help on using the changeset viewer.