#ifndef M_MELODY_H #define M_MELODY_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void mMld_SetDefaultMelody(); #ifdef __cplusplus } #endif #endif