merge from libretro fork
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index 3e88a2c..95c8948 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __P_SPU_CONFIG_H__
+#define __P_SPU_CONFIG_H__
+
 // user settings
 
 typedef struct
@@ -15,3 +18,5 @@ typedef struct
 } SPUConfig;
 
 extern SPUConfig spu_config;
+
+#endif /* __P_SPU_CONFIG_H__ */