F4MP/tiltedcode/Code/client/Games/Skyrim/Misc/InventoryEntry.h

12 lines
177 B
C
Raw Normal View History

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