gpu_unai: sync with libretro
[pcsx_rearmed.git] / plugins / gpu_unai / gpu_arm.h
1 #ifndef __GPU_UNAI_GPU_ARM_H__
2 #define __GPU_UNAI_GPU_ARM_H__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void draw_spr16_full(void *d, void *s, void *pal, int lines);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif /* __GPU_UNAI_GPU_ARM_H__ */