ACE3/TO_MERGE/cse/sys_medical/CfgSounds.h
Thomas Kooi 7e4d7c1083 Added cse_sys_medical source
Note:
Item Models might need to be replaced.
Item Textures might need to be replaced.
Icons might need to be replaced.
2015-01-12 23:30:19 +01:00

45 lines
1.1 KiB
C++

class CfgSounds
{
class cse_heartbeat_fast_1
{
name = "cse_heartbeat_fast_1";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_1.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_fast_2
{
name = "cse_heartbeat_fast_2";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_2.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_fast_3
{
name = "cse_heartbeat_fast_3";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_3.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_norm_1
{
name = "cse_heartbeat_norm_1";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\norm_1.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_norm_2
{
name = "cse_heartbeat_norm_2";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\norm_2.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_slow_1
{
name = "cse_heartbeat_slow_1";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\slow_1.wav","db-1",1};
titles[] = {};
};
class cse_heartbeat_slow_2
{
name = "cse_heartbeat_slow_2";
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\slow_2.wav","db-1",1};
titles[] = {};
};
};