Add header guards
[pcsx_rearmed.git] / libpcsxcore / gpu.h
index 63a5572..98a22a0 100644 (file)
@@ -21,6 +21,9 @@
  *    that GPU plugin doesn't.
  */
 
+#ifndef __GPU_H__
+#define __GPU_H__
+
 #define PSXGPU_LCF     (1<<31)
 #define PSXGPU_nBUSY   (1<<26)
 #define PSXGPU_ILACE   (1<<22)
@@ -38,3 +41,5 @@
        HW_GPU_STATUS &= PSXGPU_TIMING_BITS; \
        HW_GPU_STATUS |= GPU_readStatus() & ~PSXGPU_TIMING_BITS; \
 }
+
+#endif /* __GPU_H__ */