mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00:00
Disable clang-format on SOUND_GROUPS array elements
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
namespace T6
|
namespace T6
|
||||||
{
|
{
|
||||||
inline const std::string SOUND_GROUPS[]{
|
inline const std::string SOUND_GROUPS[]{
|
||||||
|
// clang-format off
|
||||||
"grp_reference",
|
"grp_reference",
|
||||||
"grp_master",
|
"grp_master",
|
||||||
"grp_wpn_lfe",
|
"grp_wpn_lfe",
|
||||||
@@ -30,6 +31,7 @@ namespace T6
|
|||||||
"grp_air",
|
"grp_air",
|
||||||
"grp_bink",
|
"grp_bink",
|
||||||
"grp_announcer",
|
"grp_announcer",
|
||||||
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
|
||||||
inline const std::string SOUND_CURVES[]{
|
inline const std::string SOUND_CURVES[]{
|
||||||
|
Reference in New Issue
Block a user