mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-26 07:18:50 -04:00
17 lines
173 B
C
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
|