add memset blt_clear wrapper
This commit is contained in:
parent
f9462e5903
commit
0133030c6a
3 changed files with 12 additions and 1 deletions
|
@ -65,6 +65,10 @@ void blt_colorkey_mirror_stretch(
|
|||
BOOL mirror_left_right,
|
||||
int bpp);
|
||||
|
||||
void blt_clear(
|
||||
unsigned char* dst,
|
||||
size_t size);
|
||||
|
||||
void blt_colorfill(
|
||||
unsigned char* dst,
|
||||
int dst_x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue