Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 5, 2004, 12:15:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: passing struct instead of all its values by themselves.

File:
1 edited

Legend:

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

    r3090 r3091  
    9292  void decodeJPG(jpeg_decompress_struct* cinfo, Image *pImageData);
    9393
    94   bool loadTexToGL (int hight, int width, void* rawImage, GLuint* texture);
     94  bool loadTexToGL (Image* pImage, GLuint* texture);
    9595};
    9696#endif
Note: See TracChangeset for help on using the changeset viewer.