ACE3/addons/common/CfgSounds.hpp

8 lines
143 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 {
2022-11-28 08:48:20 +00:00
sound[] = {QPATHTOF(sounds\ACE_click.wav), 1, 1, 200};
2015-01-12 21:34:01 +00:00
titles[] = {};
};
};