ACE3/addons/fastroping/CfgSounds.hpp
2016-03-02 22:17:49 +01:00

12 lines
364 B
C++

class CfgSounds {
class ACE_Fastroping_Rope {
name = "ACE_Fastroping_Rope";
sound[] = {PATHTOF(data\sounds\fastroping_rope.ogg), db0, 1.0};
titles[] = {};
};
class ACE_Fastroping_Thud {
name = "ACE_Fastroping_Thud";
sound[] = {PATHTOF(data\sounds\fastroping_thud.ogg), db0, 1.0};
titles[] = {};
};
};