X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdfsound%2Fxa.h;h=137fe4362c323dd652c8f4f8092915f26aaab830;hb=908e426cc1ef2187357ed8fb59edd99b8a8060c9;hp=cbf2843fda7062f6fb52da235a9aeeab9999e5c7;hpb=996dfb25c3a7ef8a485c3ce394a532cb0ee2e5c2;p=pcsx_rearmed.git diff --git a/plugins/dfsound/xa.h b/plugins/dfsound/xa.h index cbf2843f..137fe436 100644 --- a/plugins/dfsound/xa.h +++ b/plugins/dfsound/xa.h @@ -15,6 +15,11 @@ * * ***************************************************************************/ +#ifndef __P_XA_H__ +#define __P_XA_H__ + INLINE void MixXA(void); INLINE void FeedXA(xa_decode_t *xap); -INLINE int FeedCDDA(unsigned char *pcm, int nBytes); +INLINE int FeedCDDA(unsigned char *pcm, int nBytes); + +#endif /* __P_XA_H__ */