add memset blt_clear wrapper

This commit is contained in:
FunkyFr3sh 2022-09-15 02:12:27 +02:00
parent f9462e5903
commit 0133030c6a
3 changed files with 12 additions and 1 deletions

View file

@ -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,