aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/filesystem.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-11 01:54:37 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-11 01:54:37 +0100
commit2dba51a6a281573ea40cc52c80d10155387d4720 (patch)
treed6040ec27d365b0facc18f6f1b761ff5c0b403db /NorthstarDedicatedTest/filesystem.h
parent5644c1aaabb9487ef2a4c3e5110c8a21bf7b6a59 (diff)
downloadNorthstarLauncher-2dba51a6a281573ea40cc52c80d10155387d4720.tar.gz
NorthstarLauncher-2dba51a6a281573ea40cc52c80d10155387d4720.zip
normalise mod fs paths to be lowercase
Diffstat (limited to 'NorthstarDedicatedTest/filesystem.h')
-rw-r--r--NorthstarDedicatedTest/filesystem.h9
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