ACE3/addons/core/CfgSounds.hpp

7 lines
129 B
C++
Raw Normal View History

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