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/snapshot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/snapshot.h') diff --git a/source/snapshot.h b/source/snapshot.h index 1843bfe..cb65c6c 100644 --- a/source/snapshot.h +++ b/source/snapshot.h @@ -102,7 +102,6 @@ #define WRONG_MOVIE_SNAPSHOT (-4) #define NOT_A_MOVIE_SNAPSHOT (-5) -START_EXTERN_C bool8 S9xFreezeGame (const char *filename); bool8 S9xUnfreezeGame (const char *filename); bool8 Snapshot (const char *filename); @@ -110,7 +109,6 @@ bool8 S9xLoadSnapshot (const char *filename); bool8 S9xSPCDump (const char *filename); void S9xFreezeToStream (STREAM); int S9xUnfreezeFromStream (STREAM); -END_EXTERN_C #endif -- cgit v1.2.3