aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/shared/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/shared/playlist.h')
-rw-r--r--NorthstarDLL/shared/playlist.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/NorthstarDLL/shared/playlist.h b/NorthstarDLL/shared/playlist.h
deleted file mode 100644
index e56fdf96..00000000
--- a/NorthstarDLL/shared/playlist.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-// use the R2 namespace for game funcs
-namespace R2
-{
- inline const char* (*GetCurrentPlaylistName)();
- inline void (*SetCurrentPlaylist)(const char* pPlaylistName);
- inline void (*SetPlaylistVarOverride)(const char* pVarName, const char* pValue);
- inline const char* (*GetCurrentPlaylistVar)(const char* pVarName, bool bUseOverrides);
-} // namespace R2