Skip to content

Commit acbd75d

Browse files
committed
fix: compile errors
1 parent 1970da1 commit acbd75d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/RE/T/TESObject.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace RE
66
{
77
class BipedAnim;
88
class NiAVObject;
9+
class TESObjectList;
910

1011
class TESObject : public TESForm
1112
{
@@ -36,5 +37,5 @@ namespace RE
3637
TESObject* prev; // 38
3738
TESObject* next; // 40
3839
};
39-
static_assert(sizeof(TESObject) == 0x30);
40+
static_assert(sizeof(TESObject) == 0x48);
4041
}

0 commit comments

Comments
 (0)