mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
armdefs: Remove unnecessary extern C
This commit is contained in:
parent
f990728ad4
commit
f48b0100a6
@ -294,14 +294,8 @@ enum {
|
|||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
* Definitons of things in the emulator *
|
* Definitons of things in the emulator *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
extern void ARMul_EmulateInit();
|
extern void ARMul_EmulateInit();
|
||||||
extern void ARMul_Reset(ARMul_State* state);
|
extern void ARMul_Reset(ARMul_State* state);
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
extern ARMul_State* ARMul_NewState(ARMul_State* state);
|
extern ARMul_State* ARMul_NewState(ARMul_State* state);
|
||||||
|
|
||||||
/***************************************************************************\
|
/***************************************************************************\
|
||||||
|
Loading…
Reference in New Issue
Block a user