From 47e7f773764729f9af73fc3bc0a664cbca53d09b Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:23:58 +0300 Subject: [PATCH] Update BGSMod.h --- CommonLibSF/include/RE/B/BGSMod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/B/BGSMod.h b/CommonLibSF/include/RE/B/BGSMod.h index c63492ba..4a55ce88 100644 --- a/CommonLibSF/include/RE/B/BGSMod.h +++ b/CommonLibSF/include/RE/B/BGSMod.h @@ -30,7 +30,7 @@ namespace RE::BGSMod struct Data { public: - // members + enum class IncludesFlag { kNone = 0, @@ -46,6 +46,7 @@ namespace RE::BGSMod }; static_assert(sizeof(Include) == 0x10); + // members BSTArray includes; // 00 BSTArray properties; // 10 };