ACE3/addons/common/CfgSounds.hpp

8 lines
142 B
C++
Raw Normal View History

2015-01-11 18:06:21 +00:00
class CfgSounds {
2015-01-12 21:34:01 +00:00
class ACE_Sound_Click {
sound[] = {PATHTOF(sounds\ACE_click.wav), 1, 1, 200};
titles[] = {};
};
};