OSDN Git Service

Merge pull request #646 from sikabane-works/release/3.0.0Alpha14
[hengbandforosx/hengbandosx.git] / src / main / sound-of-music.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void bell(void);
6 void sound(int num);
7 errr play_music(int type, int num);
8 void select_floor_music(player_type *player_ptr);