Skip to content

Commit

Permalink
fix: compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Nov 22, 2023
1 parent 326e9c9 commit 5d26bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSLocationRefType.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ namespace RE

~BGSLocationRefType() override; // 00
};
static_assert(sizeof(BGSLocationRefType) == 0x80);
static_assert(sizeof(BGSLocationRefType) == 0x78);
}
3 changes: 2 additions & 1 deletion CommonLibSF/include/RE/T/TESLeveledList.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ namespace RE
{
class BGSCurveForm;
class BGSBiome;
class ContainerItemExtra;
class TESForm;
class TESGlobal;

struct ContainerItemExtra;

struct LEVELED_OBJECT
{
public:
Expand Down

0 comments on commit 5d26bb5

Please sign in to comment.