a0b22487b81848b6935563d9fbd4e65d64b563d3
[pcsx_rearmed.git] / gpu_arm.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines);
6
7 #ifdef __cplusplus
8 }
9 #endif