Changeset 15496


Ignore:
Timestamp:
05/04/12 17:04:35 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r15478 r15496  
    350350
    351351//skin.h
    352 unsigned char *loadjpg(char *filename, int *width, int *height, int denom);
     352unsigned char *loadjpg(char *filename, unsigned long *width, unsigned long *height, unsigned long *rowbytes, int *channels, int denom);
    353353
    354354void calcautoscale(int width, int height, int mwidth, int mheight, int* scalewidth, int* scaleheight);
Note: See TracChangeset for help on using the changeset viewer.