#ifndef __TEXTURESIMPORT #define __TEXTURESIMPORT #include typedef struct{ char url[256]; tFileRef offlineImage; } tImageURL; void *TexturesLoadImportBuffer(tFileRef tex,int *xSize,int *ySize); #endif