X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_senquack%2Fgpu_arm.h;fp=plugins%2Fgpu_senquack%2Fgpu_arm.h;h=b9f8f97cc0584ce357dc437d8e58a85497085fba;hb=0bfe8d59b9150b2662c3ca68f950b272344cb9a4;hp=0000000000000000000000000000000000000000;hpb=fcaa8d2263c8da53bbe86c482921e1a715bf59b3;p=pcsx_rearmed.git diff --git a/plugins/gpu_senquack/gpu_arm.h b/plugins/gpu_senquack/gpu_arm.h new file mode 100644 index 00000000..b9f8f97c --- /dev/null +++ b/plugins/gpu_senquack/gpu_arm.h @@ -0,0 +1,14 @@ +#ifndef __GPU_UNAI_GPU_ARM_H__ +#define __GPU_UNAI_GPU_ARM_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines); + +#ifdef __cplusplus +} +#endif + +#endif /* __GPU_UNAI_GPU_ARM_H__ */