aboutsummaryrefslogtreecommitdiff
path: root/source/c4.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/c4.h
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/c4.h')
-rw-r--r--source/c4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/c4.h b/source/c4.h
index f7957d4..4f73f13 100644
--- a/source/c4.h
+++ b/source/c4.h
@@ -91,8 +91,6 @@
#include "port.h"
-extern "C" {
-
extern int16 C4WFXVal;
extern int16 C4WFYVal;
extern int16 C4WFZVal;
@@ -118,7 +116,5 @@ void C4Op0D();
extern int16 C4CosTable[];
extern int16 C4SinTable[];
-}
-
#endif