OSDN Git Service

0139503dd2540c55265997170fd7da07d8a98618
[hengbandforosx/hengbandosx.git] / src / main-win / main-win-sound.h
1 #pragma once
2
3 #include "main-win/main-win-cfg-reader.h"
4 #include "system/h-type.h"
5
6 extern concptr ANGBAND_DIR_XTRA_SOUND;
7 extern CfgData *sound_cfg_data;
8
9 void load_sound_prefs(void);
10 errr play_sound(int val);