From 75bf194b2fca06de805a7bc025c6dd8379250fa5 Mon Sep 17 00:00:00 2001 From: Northstar Date: Thu, 3 Feb 2022 22:09:08 -0300 Subject: Format project --- NorthstarDedicatedTest/audio.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'NorthstarDedicatedTest/audio.h') diff --git a/NorthstarDedicatedTest/audio.h b/NorthstarDedicatedTest/audio.h index d53f5317..3220d804 100644 --- a/NorthstarDedicatedTest/audio.h +++ b/NorthstarDedicatedTest/audio.h @@ -15,17 +15,18 @@ enum class AudioSelectionStrategy class EventOverrideData { -public: + public: EventOverrideData(const std::string&, const fs::path&); EventOverrideData(); -public: + + public: bool LoadedSuccessfully = false; std::vector EventIds = {}; std::vector> EventIdsRegex = {}; std::vector>> Samples = {}; - + AudioSelectionStrategy Strategy = AudioSelectionStrategy::SEQUENTIAL; size_t CurrentIndex = 0; @@ -34,7 +35,7 @@ public: class CustomAudioManager { -public: + public: bool TryLoadAudioOverride(const fs::path&); void ClearAudioOverrides(); -- cgit v1.2.3