aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu.h')
-rw-r--r--plugins/dfsound/spu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h
index d42425d..23425d9 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__ */