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/debug.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpcsxcore/debug.h') diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h index 808c8de0..5c5336d4 100644 --- a/libpcsxcore/debug.h +++ b/libpcsxcore/debug.h @@ -20,6 +20,10 @@ #ifndef __DEBUG_H__ #define __DEBUG_H__ +#ifdef __cplusplus +extern "C" { +#endif + enum breakpoint_types { E, R1, R2, R4, W1, W2, W4 }; @@ -62,4 +66,7 @@ char* disR3000AF(u32 code, u32 pc); #define EMU_LOG __Log #endif +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3