diff options
Diffstat (limited to 'libpcsxcore/ppf.h')
| -rw-r--r-- | libpcsxcore/ppf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpcsxcore/ppf.h b/libpcsxcore/ppf.h index d57a9301..f578028b 100644 --- a/libpcsxcore/ppf.h +++ b/libpcsxcore/ppf.h @@ -19,8 +19,15 @@ #ifndef __PPF_H__ #define __PPF_H__ +#ifdef __cplusplus +extern "C" { +#endif + void BuildPPFCache(); void FreePPFCache(); void CheckPPFCache(unsigned char *pB, unsigned char m, unsigned char s, unsigned char f); +#ifdef __cplusplus +} +#endif #endif |
