From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/snaporig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/snaporig.h') diff --git a/source/snaporig.h b/source/snaporig.h index a796c08..cc9c09e 100644 --- a/source/snaporig.h +++ b/source/snaporig.h @@ -92,7 +92,7 @@ #define ORIG_SNAPSHOT_MAGIC "#!snes96" #define ORIG_SNAPSHOT_VERSION 4 -EXTERN_C bool8 S9xLoadOrigSnapshot (const char *filename); +bool8 S9xLoadOrigSnapshot (const char *filename); struct SOrigCPUState{ uint32 Flags; -- cgit v1.2.3