diff options
Diffstat (limited to 'NorthstarDLL/filesystem.h')
-rw-r--r-- | NorthstarDLL/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/filesystem.h b/NorthstarDLL/filesystem.h index 960c2836..6015c6a5 100644 --- a/NorthstarDLL/filesystem.h +++ b/NorthstarDLL/filesystem.h @@ -71,4 +71,4 @@ std::string ReadVPKFile(const char* path); std::string ReadVPKOriginalFile(const char* path); void InitialiseFilesystem(HMODULE baseAddress); -extern SourceInterface<IFileSystem>* g_Filesystem;
\ No newline at end of file +extern SourceInterface<IFileSystem>* g_Filesystem; |