We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1970da1 commit acbd75dCopy full SHA for acbd75d
1 file changed
include/RE/T/TESObject.h
@@ -6,6 +6,7 @@ namespace RE
6
{
7
class BipedAnim;
8
class NiAVObject;
9
+ class TESObjectList;
10
11
class TESObject : public TESForm
12
@@ -36,5 +37,5 @@ namespace RE
36
37
TESObject* prev; // 38
38
TESObject* next; // 40
39
};
- static_assert(sizeof(TESObject) == 0x30);
40
+ static_assert(sizeof(TESObject) == 0x48);
41
}
0 commit comments