mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix type
This commit is contained in:
parent
d6103d2ec2
commit
2e7ec7fb29
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user