From 2dba51a6a281573ea40cc52c80d10155387d4720 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 11 May 2022 01:54:37 +0100 Subject: normalise mod fs paths to be lowercase --- NorthstarDedicatedTest/filesystem.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'NorthstarDedicatedTest/filesystem.h') 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* g_pFilesystem; -extern SourceInterface* 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 -- cgit v1.2.3