merge from libretro fork
[pcsx_rearmed.git] / plugins / dfsound / out.h
index 4607099..e4878a8 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef __P_OUT_H__
+#define __P_OUT_H__
 
 struct out_driver {
        const char *name;
@@ -10,3 +12,5 @@ struct out_driver {
 extern struct out_driver *out_current;
 
 void SetupSound(void);
+
+#endif /* __P_OUT_H__ */