Skip to content

Commit

Permalink
Update BGSMod.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 25, 2024
1 parent 6d64c36 commit 47e7f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommonLibSF/include/RE/B/BGSMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace RE::BGSMod
struct Data
{
public:
// members

enum class IncludesFlag
{
kNone = 0,
Expand All @@ -46,6 +46,7 @@ namespace RE::BGSMod
};
static_assert(sizeof(Include) == 0x10);

// members
BSTArray<Include> includes; // 00
BSTArray<void*> properties; // 10
};
Expand Down

0 comments on commit 47e7f77

Please sign in to comment.