mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-28 03:59:58 -07:00
13 lines
276 B
C
13 lines
276 B
C
#ifdef __cplusplus
|
|
#define EXTERNC extern "C"
|
|
#else
|
|
#define EXTERNC
|
|
#endif
|
|
|
|
EXTERNC void flipchess_voice_shall_we_play();
|
|
EXTERNC void flipchess_voice_which_side();
|
|
EXTERNC void flipchess_voice_how_about_chess();
|
|
EXTERNC void flipchess_voice_a_strange_game();
|
|
|
|
#undef EXTERNC
|