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/c4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/c4.c') diff --git a/source/c4.c b/source/c4.c index 8774f46..cda3e11 100644 --- a/source/c4.c +++ b/source/c4.c @@ -90,7 +90,7 @@ #include #include "c4.h" #include "memmap.h" -extern "C" { + short C4WFXVal; short C4WFYVal; @@ -233,5 +233,5 @@ void C4LoaDMem(char *C4RAM) READ_WORD(C4RAM+0x1f43)); } #endif -}//end extern C + -- cgit v1.2.3