add custom sounds support
All checks were successful
Generate testing snapshot / Create testing release (push) Successful in 42s

This commit is contained in:
2024-06-15 16:43:56 -07:00
parent db7bdf1ecd
commit 7322799b78
2 changed files with 12 additions and 0 deletions

View File

@@ -96,6 +96,10 @@ class CfgFunctions {
#include "custom_scripts.hpp"
};
class CfgSounds {
#include "custom_sounds.hpp"
};
class CfgLeaflets {
#include "custom_leaflets.hpp"
};