diff options
| author | Oxore <oxore@protonmail.com> | 2022-08-27 11:53:25 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2022-08-27 11:53:25 +0300 |
| commit | 903b8dbcaad887f6e14cc8cffc22ddda08dc9f85 (patch) | |
| tree | 01254a3d08791a71dea3e7f987b859ae58921d35 /m68kconf.h | |
| parent | c1b9fead37e32be1b2f97d5be2d8254fdc16d307 (diff) | |
Move to C++ completely
Diffstat (limited to 'm68kconf.h')
| -rw-r--r-- | m68kconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -30,6 +30,10 @@ #ifndef M68KCONF__HEADER #define M68KCONF__HEADER +#ifdef __cplusplus +extern "C" { +#endif + /* Configuration switches. * Use OPT_SPECIFY_HANDLER for configuration options that allow callbacks. * OPT_SPECIFY_HANDLER causes the core to link directly to the function @@ -209,6 +213,10 @@ void m68k_instr_callback(int pc); #endif /* M68K_COMPILE_FOR_MAME */ +#ifdef __cplusplus +} +#endif + /* ======================================================================== */ /* ============================== END OF FILE ============================= */ /* ======================================================================== */ |
