From a2c3a5ab1cee69cd74df44e27f95bea5234d33d4 Mon Sep 17 00:00:00 2001 From: IndigoFox Date: Sat, 15 Jun 2024 16:42:54 -0700 Subject: [PATCH] sounds --- description.ext | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/description.ext b/description.ext index 5c7b8ab..c1e1964 100644 --- a/description.ext +++ b/description.ext @@ -97,6 +97,10 @@ class CfgFunctions { #include "AJ_CBRN_V2\CfgFunctions.hpp" }; +class CfgSounds { + #include "AJ_CBRN_V2\CfgSounds.hpp" +}; + class CfgLeaflets { #include "custom_leaflets.hpp" };