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/system.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpcsxcore/system.h') diff --git a/libpcsxcore/system.h b/libpcsxcore/system.h index 9f7159e1..c869fdf1 100644 --- a/libpcsxcore/system.h +++ b/libpcsxcore/system.h @@ -20,6 +20,10 @@ #ifndef __SYSTEM_H__ #define __SYSTEM_H__ +#ifdef __cplusplus +extern "C" { +#endif + int SysInit(); // Init mem and plugins void SysReset(); // Resets mem void SysPrintf(const char *fmt, ...); // Printf used by bios syscalls @@ -32,4 +36,7 @@ void SysUpdate(); // Called on VBlank (to update i.e. pads) void SysRunGui(); // Returns to the Gui void SysClose(); // Close mem and plugins +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3