summaryrefslogtreecommitdiff
path: root/src/dsp1_gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp1_gp32.h')
-rw-r--r--src/dsp1_gp32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dsp1_gp32.h b/src/dsp1_gp32.h
index 56223c4..669ad35 100644
--- a/src/dsp1_gp32.h
+++ b/src/dsp1_gp32.h
@@ -230,16 +230,14 @@ struct DSP1_Inverse
int16 B;
};
-START_EXTERN_C
-void S9xResetDSP1();
+void S9xResetDSP1(void);
uint8 S9xGetDSP(uint16 Address);
void S9xSetDSP(uint8 Byte, uint16 Address);
-END_EXTERN_C
#ifndef __GP32__
extern struct SDSP1 DSP1;
#else
-extern "C" struct SDSP1 DSP1;
+extern struct SDSP1 DSP1;
#endif
#endif