X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fport.h;h=0a731f8e736986d7644636839f8344fd969229c8;hb=67c020eeafd6d3db7f9d2c314a77990177a1c4ff;hp=238b98bc921b96bbf09e70831a6a10511b363bb8;hpb=b03e0caf5e153551cb71065ffaa4361b7f7e492b;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/port.h b/plugins/gpu_unai/port.h index 238b98bc..0a731f8e 100644 --- a/plugins/gpu_unai/port.h +++ b/plugins/gpu_unai/port.h @@ -1,3 +1,6 @@ +#ifndef __GPU_UNAI_GPU_PORT_H__ +#define __GPU_UNAI_GPU_PORT_H__ + #include #include @@ -34,3 +37,5 @@ void GPUwriteStatus(u32 data); #undef s32 } + +#endif /* __GPU_UNAI_GPU_PORT_H__ */