X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=23425d9b6b332be2d47a400917952a272d3b9400;hb=908e426cc1ef2187357ed8fb59edd99b8a8060c9;hp=d42425d6fa5a736ab67a5ae8666621eec8d06c20;hpb=996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index d42425d6..23425d9b 100644 --- a/plugins/dfsound/spu.h +++ b/plugins/dfsound/spu.h @@ -15,6 +15,11 @@ * * ***************************************************************************/ +#ifndef __P_SPU_H__ +#define __P_SPU_H__ + void ClearWorkingState(void); void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap); int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); + +#endif /* __P_SPU_H__ */