X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fxa.h;h=137fe4362c323dd652c8f4f8092915f26aaab830;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=cbf2843fda7062f6fb52da235a9aeeab9999e5c7;hpb=acc415b3040edfcc91226955f39b405f09cca430;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__ */