aboutsummaryrefslogtreecommitdiff
path: root/primedev/shared/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'primedev/shared/playlist.h')
-rw-r--r--primedev/shared/playlist.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/primedev/shared/playlist.h b/primedev/shared/playlist.h
new file mode 100644
index 00000000..e56fdf96
--- /dev/null
+++ b/primedev/shared/playlist.h
@@ -0,0 +1,10 @@
+#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