mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 07:28:32 +00:00
FULLPIPE: Fix function prototype
This commit is contained in:
parent
ef0c75739e
commit
3cce3f9a91
@ -48,7 +48,7 @@ struct Bitmap {
|
||||
bool putDibRB(int32 *palette, int x = -1, int y = -1);
|
||||
void putDibCB(int32 *palette);
|
||||
|
||||
void colorFill(uint16 *dest, int len, int color);
|
||||
void colorFill(uint16 *dest, int len, int32 color);
|
||||
void paletteFill(uint16 *dest, byte *src, int len, int32 *palette);
|
||||
void copierKeyColor(uint16 *dest, byte *src, int len, int keyColor, int32 *palette, bool cb05_format);
|
||||
void copier(uint16 *dest, byte *src, int len, int32 *palette, bool cb05_format);
|
||||
|
Loading…
Reference in New Issue
Block a user