summaryrefslogtreecommitdiff
path: root/libpcsxcore/psemu_plugin_defs.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-08 01:16:38 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-08 01:16:38 +0000
commit4d39defcb59600513ff65a688c54f3d6b13ca63a (patch)
treec1b89b128f8c7f53a277a8cac28979d02357d083 /libpcsxcore/psemu_plugin_defs.h
parentaaaf3199b1afd1e5f88f23ce40305a5df5455599 (diff)
more cleanups.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psemu_plugin_defs.h')
-rw-r--r--libpcsxcore/psemu_plugin_defs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libpcsxcore/psemu_plugin_defs.h b/libpcsxcore/psemu_plugin_defs.h
index 1b16fd42..d1b05ac3 100644
--- a/libpcsxcore/psemu_plugin_defs.h
+++ b/libpcsxcore/psemu_plugin_defs.h
@@ -1,6 +1,10 @@
#ifndef _PSEMU_PLUGIN_DEFS_H
#define _PSEMU_PLUGIN_DEFS_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
// header version
#define _PPDK_HEADER_VERSION 3
@@ -275,5 +279,7 @@ typedef struct {
key is a XK_?? (X11) keycode.
*/
-
+#ifdef __cplusplus
+}
+#endif
#endif // _PSEMU_PLUGIN_DEFS_H