Files
ac-decomp/include/m_melody.h
T
2023-07-24 14:38:35 -04:00

17 lines
173 B
C

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