mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
21 lines
345 B
C
21 lines
345 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);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|