From 5d26bb5c882c74aa90b884b02057a9efce2bfe82 Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:51:53 +0530 Subject: [PATCH] fix: compile errors --- CommonLibSF/include/RE/B/BGSLocationRefType.h | 2 +- CommonLibSF/include/RE/T/TESLeveledList.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CommonLibSF/include/RE/B/BGSLocationRefType.h b/CommonLibSF/include/RE/B/BGSLocationRefType.h index 15ac7c9e..656157e5 100644 --- a/CommonLibSF/include/RE/B/BGSLocationRefType.h +++ b/CommonLibSF/include/RE/B/BGSLocationRefType.h @@ -12,5 +12,5 @@ namespace RE ~BGSLocationRefType() override; // 00 }; - static_assert(sizeof(BGSLocationRefType) == 0x80); + static_assert(sizeof(BGSLocationRefType) == 0x78); } diff --git a/CommonLibSF/include/RE/T/TESLeveledList.h b/CommonLibSF/include/RE/T/TESLeveledList.h index e622c1b0..41265b49 100644 --- a/CommonLibSF/include/RE/T/TESLeveledList.h +++ b/CommonLibSF/include/RE/T/TESLeveledList.h @@ -11,10 +11,11 @@ namespace RE { class BGSCurveForm; class BGSBiome; - class ContainerItemExtra; class TESForm; class TESGlobal; + struct ContainerItemExtra; + struct LEVELED_OBJECT { public: