mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
16 lines
417 B
C
16 lines
417 B
C
#ifndef GUARD_CODE_80118A4_H
|
|
#define GUARD_CODE_80118A4_H
|
|
|
|
void FadeOutAllMusic(u16);
|
|
void PlayMenuSoundEffect(u32);
|
|
void PlaySound(u16);
|
|
void sub_801180C(void);
|
|
void sub_8011830(void);
|
|
void sub_8011860(void);
|
|
void xxx_call_fade_in_new_bgm(u16, u16);
|
|
void xxx_call_fade_out_bgm(u16);
|
|
void xxx_call_start_bg_music(void);
|
|
void xxx_call_stop_bgm(void);
|
|
void xxx_call_stop_fanfare_se(u16);
|
|
|
|
#endif // GUARD_CODE_80118A4_H
|