aboutsummaryrefslogtreecommitdiff
path: root/source/getset.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/getset.h
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/getset.h')
-rw-r--r--source/getset.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/getset.h b/source/getset.h
index f37779e..de8991c 100644
--- a/source/getset.h
+++ b/source/getset.h
@@ -98,10 +98,7 @@
#include "obc1.h"
#include "seta.h"
-extern "C"
-{
- extern uint8 OpenBus;
-}
+extern uint8 OpenBus;
uint8 S9xGetByte (uint32 Address)
{