aboutsummaryrefslogtreecommitdiff
path: root/source/c4.c
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/c4.c
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/c4.c')
-rw-r--r--source/c4.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#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
+