From 4d39defcb59600513ff65a688c54f3d6b13ca63a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 8 May 2010 01:16:38 +0000 Subject: more cleanups. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/plugins.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libpcsxcore/plugins.h') diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 949dea0c..d3c64f91 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -19,6 +19,10 @@ #ifndef __PLUGINS_H__ #define __PLUGINS_H__ + +#ifdef __cplusplus +extern "C" { +#endif #include "psxcommon.h" @@ -329,5 +333,8 @@ extern NETkeypressed NET_keypressed; void CALLBACK clearDynarec(void); extern char cdrfilename[MAXPATHLEN]; // FIXME: cleanup - + +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3