diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
| commit | 4d39defcb59600513ff65a688c54f3d6b13ca63a (patch) | |
| tree | c1b89b128f8c7f53a277a8cac28979d02357d083 /libpcsxcore/decode_xa.h | |
| parent | aaaf3199b1afd1e5f88f23ce40305a5df5455599 (diff) | |
more cleanups.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/decode_xa.h')
| -rw-r--r-- | libpcsxcore/decode_xa.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpcsxcore/decode_xa.h b/libpcsxcore/decode_xa.h index bdf1f843..a5994e12 100644 --- a/libpcsxcore/decode_xa.h +++ b/libpcsxcore/decode_xa.h @@ -20,6 +20,10 @@ #ifndef __DECODE_XA_H__ #define __DECODE_XA_H__ +#ifdef __cplusplus +extern "C" { +#endif + #include "psxcommon.h" typedef struct { @@ -39,4 +43,7 @@ s32 xa_decode_sector( xa_decode_t *xdp, unsigned char *sectorp, int is_first_sector ); +#ifdef __cplusplus +} +#endif #endif |
