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/cheat.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpcsxcore/cheat.h') diff --git a/libpcsxcore/cheat.h b/libpcsxcore/cheat.h index 7306f70c..d54f22c3 100644 --- a/libpcsxcore/cheat.h +++ b/libpcsxcore/cheat.h @@ -19,6 +19,10 @@ #ifndef CHEAT_H #define CHEAT_H +#ifdef __cplusplus +extern "C" { +#endif + typedef struct { uint32_t Addr; uint16_t Val; @@ -107,4 +111,7 @@ extern int NumSearchResults; #define CHEAT_LESSTHAN16 0xD2 /* 16-bit Less Than */ #define CHEAT_GREATERTHAN16 0xD3 /* 16-bit Greater Than */ +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3