1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 16:53:54 +00:00
openmw/apps/essimporter/convertinventory.hpp

16 lines
285 B
C++
Raw Normal View History

#ifndef OPENMW_ESSIMPORT_CONVERTINVENTORY_H
#define OPENMW_ESSIMPORT_CONVERTINVENTORY_H
#include "importinventory.hpp"
#include <components/esm3/inventorystate.hpp>
namespace ESSImport
{
2022-09-22 18:26:05 +00:00
void convertInventory(const Inventory& inventory, ESM::InventoryState& state);
}
#endif