X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fout.h;h=e4878a83f6cefa4e23d722d04df2d215b0ef1f55;hb=a5ff8be2c598043b351f7eb2dc2d262fc61f63c5;hp=46070997634e5c932ac4da382e64f529021efc42;hpb=07c13dfd11cbd45e96a5c21cd88ccd44601678ea;p=pcsx_rearmed.git diff --git a/plugins/dfsound/out.h b/plugins/dfsound/out.h index 46070997..e4878a83 100644 --- a/plugins/dfsound/out.h +++ b/plugins/dfsound/out.h @@ -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__ */