Redline/source/texturesimport.h
maride 02061d74c2 Original 1.0.5 code
(as received from Jonas Echterhoff)
2016-04-02 14:43:55 +02:00

13 lines
220 B
C

#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