X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu_command.h;h=c39c81b39d97de9881f6e526e5c8b6b57e6d4998;hb=3918505613cb814f8f5e0e8e0471f7b2a2cd8464;hp=7096b75809b02e7a3a1d9c7ab65868a45e12208b;hpb=030d1121f27550429364745419fc5e6161a2a431;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/gpu_command.h b/plugins/gpu_unai/gpu_command.h index 7096b758..c39c81b3 100644 --- a/plugins/gpu_unai/gpu_command.h +++ b/plugins/gpu_unai/gpu_command.h @@ -19,6 +19,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. * ***************************************************************************/ +#ifndef __GPU_UNAI_GPU_COMMAND_H__ +#define __GPU_UNAI_GPU_COMMAND_H__ + /////////////////////////////////////////////////////////////////////////////// void gpuSetTexture(u16 tpage) { @@ -614,3 +617,5 @@ void gpuSendPacketFunction(const int PRIM) /////////////////////////////////////////////////////////////////////////////// // End of code specific to non-gpulib standalone version of gpu_unai /////////////////////////////////////////////////////////////////////////////// + +#endif /* __GPU_UNAI_GPU_COMMAND_H__ */