aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/gpu_arm.h
blob: b9f8f97cc0584ce357dc437d8e58a85497085fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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__ */