mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
fix header
This commit is contained in:
parent
804b28fbcf
commit
5209952831
12
inc/blt.h
12
inc/blt.h
@ -99,6 +99,18 @@ void blt_rgb565_to_rgba8888(
|
||||
int src_y,
|
||||
int src_p);
|
||||
|
||||
void blt_rgb555_to_rgba8888(
|
||||
unsigned int* dst,
|
||||
int dst_x,
|
||||
int dst_y,
|
||||
int dst_w,
|
||||
int dst_h,
|
||||
int dst_p,
|
||||
unsigned short* src,
|
||||
int src_x,
|
||||
int src_y,
|
||||
int src_p);
|
||||
|
||||
void blt_bgra8888_to_rgba8888(
|
||||
unsigned int* dst,
|
||||
int dst_x,
|
||||
|
Loading…
x
Reference in New Issue
Block a user