mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
Fix type
This commit is contained in:
parent
d6103d2ec2
commit
2e7ec7fb29
@ -46,10 +46,10 @@ typedef struct : FLIC_CHUNK {
|
|||||||
|
|
||||||
void DecodeFLCFrame(
|
void DecodeFLCFrame(
|
||||||
LPBITMAPINFOHEADER p_bitmapHeader,
|
LPBITMAPINFOHEADER p_bitmapHeader,
|
||||||
byte* p_pixelData,
|
BYTE* p_pixelData,
|
||||||
FLIC_HEADER* p_flcHeader,
|
FLIC_HEADER* p_flcHeader,
|
||||||
FLIC_FRAME* p_flcFrame,
|
FLIC_FRAME* p_flcFrame,
|
||||||
unsigned char* p_decodedColorMap
|
BYTE* p_decodedColorMap
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif // FLIC_H
|
#endif // FLIC_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user