diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 07:05:45 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 07:05:45 +0000 |
| commit | 3732bc146db1bc8b41b5e40765510383feae594b (patch) | |
| tree | a9fe74a8152fff737a6ddb626cb4ca814dc3c105 /plugins/dfsound/xa.h | |
| parent | ea7338ddf9678665f8f59948225077d24afa3a93 (diff) | |
| download | pcsxr-3732bc146db1bc8b41b5e40765510383feae594b.tar.gz | |
Patch 10804, 10805 (MaddTheSane).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72189 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/xa.h')
| -rw-r--r-- | plugins/dfsound/xa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dfsound/xa.h b/plugins/dfsound/xa.h index 90b89f41..06ff990c 100644 --- a/plugins/dfsound/xa.h +++ b/plugins/dfsound/xa.h @@ -15,6 +15,6 @@ * *
***************************************************************************/
-void MixXA(void);
-void FeedXA(xa_decode_t *xap);
-void FeedCDDA(unsigned char *pcm, int nBytes);
+extern void MixXA(void);
+extern void FeedXA(xa_decode_t *xap);
+extern void FeedCDDA(unsigned char *pcm, int nBytes);
|
