dxx-rebirth/libmve/decoders.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

17 lines
454 B
C

/*
*
* INTERNAL header - not to be included outside of libmve
*
*/
#ifndef _DECODERS_H
#define _DECODERS_H
extern int g_width, g_height;
extern void *g_vBackBuf1, *g_vBackBuf2;
extern void decodeFrame8(unsigned char *pFrame, unsigned char *pMap, int mapRemain, unsigned char *pData, int dataRemain);
extern void decodeFrame16(unsigned char *pFrame, unsigned char *pMap, int mapRemain, unsigned char *pData, int dataRemain);
#endif // _DECODERS_H