aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/gpu_arm.h
blob: a0b22487b81848b6935563d9fbd4e65d64b563d3 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif

void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines);

#ifdef __cplusplus
}
#endif