armdefs: Remove unnecessary extern C

master
Lioncash 2015-02-12 08:29:54 +07:00
parent f990728ad4
commit f48b0100a6
1 changed files with 0 additions and 6 deletions

@ -294,14 +294,8 @@ enum {
/***************************************************************************\
* Definitons of things in the emulator *
\***************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
extern void ARMul_EmulateInit();
extern void ARMul_Reset(ARMul_State* state);
#ifdef __cplusplus
}
#endif
extern ARMul_State* ARMul_NewState(ARMul_State* state);
/***************************************************************************\