aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NorthstarDLL/core/filesystem/filesystem.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/NorthstarDLL/core/filesystem/filesystem.h b/NorthstarDLL/core/filesystem/filesystem.h
index 560b8c2c..ac1c5986 100644
--- a/NorthstarDLL/core/filesystem/filesystem.h
+++ b/NorthstarDLL/core/filesystem/filesystem.h
@@ -19,19 +19,7 @@ OFFSET_STRUCT(VPKFileEntry)
// clang-format on
#pragma pack(pop)
-#pragma pack(push, 1)
-// clang-format off
-struct VPKData
-{
- STRUCT_SIZE(0x50);
- FIELDS(0x0,
- char* directory;
- char* filename;
- char* extension;
- )
-};
-// clang-format on
-#pragma pack(pop)
+struct VPKData;
enum SearchPathAdd_t
{