This commit is contained in:
Christian Semmler 2024-02-23 20:37:01 -05:00
parent d6103d2ec2
commit 2e7ec7fb29

View File

@ -46,10 +46,10 @@ typedef struct : FLIC_CHUNK {
void DecodeFLCFrame(
LPBITMAPINFOHEADER p_bitmapHeader,
byte* p_pixelData,
BYTE* p_pixelData,
FLIC_HEADER* p_flcHeader,
FLIC_FRAME* p_flcFrame,
unsigned char* p_decodedColorMap
BYTE* p_decodedColorMap
);
#endif // FLIC_H