diff options
Diffstat (limited to 'NorthstarDLL/core/filesystem/filesystem.h')
-rw-r--r-- | NorthstarDLL/core/filesystem/filesystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/core/filesystem/filesystem.h b/NorthstarDLL/core/filesystem/filesystem.h index 9c4e891b..fcd1bb2f 100644 --- a/NorthstarDLL/core/filesystem/filesystem.h +++ b/NorthstarDLL/core/filesystem/filesystem.h @@ -29,14 +29,14 @@ enum SearchPathAdd_t class CSearchPath { - public: +public: unsigned char unknown[0x18]; const char* debugPath; }; class IFileSystem { - public: +public: struct VTable { void* unknown[10]; |