X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu_arm.h;h=b9f8f97cc0584ce357dc437d8e58a85497085fba;hb=4cfc568dce10c4ff9a476e229c56b17f8f1ed678;hp=a0b22487b81848b6935563d9fbd4e65d64b563d3;hpb=b3db94096d7e5b4f60d610a441e370d639b3fd06;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/gpu_arm.h b/plugins/gpu_unai/gpu_arm.h index a0b22487..b9f8f97c 100644 --- a/plugins/gpu_unai/gpu_arm.h +++ b/plugins/gpu_unai/gpu_arm.h @@ -1,3 +1,6 @@ +#ifndef __GPU_UNAI_GPU_ARM_H__ +#define __GPU_UNAI_GPU_ARM_H__ + #ifdef __cplusplus extern "C" { #endif @@ -7,3 +10,5 @@ void draw_spr16_full(u16 *d, void *s, u16 *pal, int lines); #ifdef __cplusplus } #endif + +#endif /* __GPU_UNAI_GPU_ARM_H__ */