]> icculus.org git repositories - btb/d2x.git/blob - libmve/decoders.h
fix gcc 3.3 compiler warnings
[btb/d2x.git] / libmve / decoders.h
1 /*
2  *
3  * INTERNAL header - not to be included outside of libmve
4  *
5  */
6
7 #ifndef _DECODERS_H
8 #define _DECODERS_H
9
10 extern int g_width, g_height;
11 extern void *g_vBackBuf1, *g_vBackBuf2;
12
13 extern void decodeFrame8(unsigned char *pFrame, unsigned char *pMap, int mapRemain, unsigned char *pData, int dataRemain);
14 extern void decodeFrame16(unsigned char *pFrame, unsigned char *pMap, int mapRemain, unsigned char *pData, int dataRemain);
15
16 #endif // _DECODERS_H