Skip to content

Commit

Permalink
Turn VPKData into a opaque struct (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 committed Jul 29, 2023
1 parent 0af8c50 commit 3005216
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions NorthstarDLL/core/filesystem/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3005216

Please sign in to comment.