Files
OpenSceneGraph/src/osgPlugins/quicktime/QTtexture.h
2003-03-03 11:02:35 +00:00

21 lines
339 B
C

#ifndef __QTTEXTURE_H__
#define __QTTEXTURE_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned char*
LoadBufferFromDarwinPath ( const char *fname, long *origWidth,
long *origHeight, long *origDepth,
long *buffWidth, long *buffHeight, long *buffDepth);
char *
QTfailureMessage(void);
#ifdef __cplusplus
}
#endif
#endif