diff options
Diffstat (limited to 'source/c4.c')
-rw-r--r-- | source/c4.c | 4 |
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 + |