F4MP/tiltedcode/Code/client/Games/Skyrim/Havok/CharacterContext.h

15 lines
314 B
C
Raw Normal View History

#pragma once
struct hkbSymbolIdMap;
// Real name unknown
struct CharacterContext
{
uint8_t pad0[0x18];
hkbSymbolIdMap* symbolIdMap; // 18
uint8_t byte20; // 20
};
static_assert(offsetof(CharacterContext, symbolIdMap) == 0x18);
static_assert(offsetof(CharacterContext, byte20) == 0x20);