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