Files
ac-decomp/include/m_bgm.h
T
2023-06-29 19:24:16 -04:00

23 lines
474 B
C

#ifndef M_BGM_H
#define M_BGM_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void mBGM_ct();
extern void mBGM_reset();
extern void mBGMPsComp_make_ps_lost_fanfare(u8 bgm_no, u16 unk);
extern void mBGMPsComp_scene_mode(int scene_mode);
extern void mBGMPsComp_make_ps_wipe(u16 ps_wipe);
extern void mBGMPsComp_delete_ps_demo(u8 bgm_num, u16 stop_type);
extern void mBGMPsComp_make_ps_demo(u8 bgm_no, u16 stop_type);
#ifdef __cplusplus
}
#endif
#endif