diff options
Diffstat (limited to 'NorthstarDedicatedTest/filesystem.h')
-rw-r--r-- | NorthstarDedicatedTest/filesystem.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/filesystem.h b/NorthstarDedicatedTest/filesystem.h index 803a2d23..5348cd51 100644 --- a/NorthstarDedicatedTest/filesystem.h +++ b/NorthstarDedicatedTest/filesystem.h @@ -67,7 +67,10 @@ class IFileSystem VTable2* m_vtable2; }; -std::string ReadVPKFile(const char* path); -std::string ReadVPKOriginalFile(const char* path); +namespace R2FS +{ + extern SourceInterface<IFileSystem>* g_pFilesystem; -extern SourceInterface<IFileSystem>* g_Filesystem;
\ No newline at end of file + std::string ReadVPKFile(const char* path); + std::string ReadVPKOriginalFile(const char* path); +} // namespace R2FS
\ No newline at end of file |