X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.h;h=0cef6520d6e8652f2201bc2bded5cdde01f1c41e;hp=8a0f2d2e49c0fd573894d814159c02d4fc63cc8a;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hpb=acc415b3040edfcc91226955f39b405f09cca430 diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h index 8a0f2d2e..0cef6520 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, unsigned int cycle, int is_start); int CALLBACK SPUplayCDDAchannel(short *pcm, int bytes, unsigned int cycle, int is_start); + +#endif /* __P_SPU_H__ */