diff options
author | Pixel <Pixel> | 2002-06-23 17:13:59 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-23 17:13:59 +0000 |
commit | d0f485b19a53ce3c7032066096305dbecba536fe (patch) | |
tree | 3a54b4c9bca34535e7bf42adcbef483619b37fc2 /psxdev/xadecode.h | |
parent | ab0afb77b2a0bb9d5dd3eb27ea98c6f9f4e938c2 (diff) |
Tralala
Diffstat (limited to 'psxdev/xadecode.h')
-rw-r--r-- | psxdev/xadecode.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/psxdev/xadecode.h b/psxdev/xadecode.h index 025d36a..b886285 100644 --- a/psxdev/xadecode.h +++ b/psxdev/xadecode.h @@ -61,6 +61,10 @@ typedef unsigned short WORD; typedef long FXD; #endif +#ifdef __cplusplus +extern "C" { +#endif + long decodeSoundSect(SoundSector *ssct, char *wav); long decodeSoundSect1(SoundSector *ssct, char *wav); long convXaToWave(char *adp, char *wav, int cn, int fn_s, int fn_e); @@ -81,4 +85,8 @@ char xahalfhz(SoundSector *ss); FXD FXD_FixMul(FXD a, FXD b); #endif +#ifdef __cplusplus +} +#endif + #endif |