#pragma once struct TESBoundObject; struct ExtraDataList; struct InventoryEntry { TESBoundObject* pObject; GameList* pExtraLists; int32_t count; };