aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/audio.h')
-rw-r--r--NorthstarDLL/audio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDLL/audio.h b/NorthstarDLL/audio.h
index bf3f0d87..26cda205 100644
--- a/NorthstarDLL/audio.h
+++ b/NorthstarDLL/audio.h
@@ -5,8 +5,6 @@
#include <regex>
#include <shared_mutex>
-namespace fs = std::filesystem;
-
enum class AudioSelectionStrategy
{
INVALID = -1,
@@ -46,5 +44,3 @@ class CustomAudioManager
};
extern CustomAudioManager g_CustomAudioManager;
-
-void InitialiseMilesAudioHooks(HMODULE baseAddress);