mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
381 B
C++
13 lines
381 B
C++
class CfgSounds {
|
|
class GVAR(soundMagazineFinished) {
|
|
name = QGVAR(soundMagazineFinished);
|
|
sound[]={QUOTE(PATHTOF(sounds\magrepack_finished.wav)),1,1};
|
|
titles[]={};
|
|
};
|
|
class GVAR(soundRoundFinished) {
|
|
name = QGVAR(soundRoundFinished);
|
|
sound[] = {QUOTE(PATHTOF(sounds\magrepack_single.wav)),1,1};
|
|
titles[] = {};
|
|
};
|
|
};
|