ACE3/addons/fastroping/CfgSounds.hpp

12 lines
358 B
C++
Raw Normal View History

2016-03-02 21:17:49 +00:00
class CfgSounds {
class GVAR(Rope) {
2016-03-02 21:17:49 +00:00
name = "ACE_Fastroping_Rope";
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_rope.ogg)), 10, 1.0};
2016-03-02 21:17:49 +00:00
titles[] = {};
};
class GVAR(Thud) {
2016-03-02 21:17:49 +00:00
name = "ACE_Fastroping_Thud";
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_thud.ogg)), 10, 1.0};
2016-03-02 21:17:49 +00:00
titles[] = {};
};
};