Redline/source/texturesimport.h

13 lines
220 B
C
Raw Normal View History

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