aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/rpakfilesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/rpakfilesystem.h')
-rw-r--r--NorthstarDedicatedTest/rpakfilesystem.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/NorthstarDedicatedTest/rpakfilesystem.h b/NorthstarDedicatedTest/rpakfilesystem.h
deleted file mode 100644
index 28b29b52..00000000
--- a/NorthstarDedicatedTest/rpakfilesystem.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-class PakLoadManager
-{
- public:
- void LoadPakSync(const char* path);
- void LoadPakAsync(const char* path, bool bMarkForUnload);
- void UnloadPaks();
-
- private:
- std::vector<int> m_pakHandlesToUnload;
-};
-
-extern PakLoadManager* g_pPakLoadManager;