mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-09 13:03:38 -04:00
16 lines
254 B
C++
16 lines
254 B
C++
#ifndef OPENMW_ESSIMPORT_CONVERTCNTC_H
|
|
#define OPENMW_ESSIMPORT_CONVERTCNTC_H
|
|
|
|
#include "importcntc.hpp"
|
|
|
|
#include <components/esm/containerstate.hpp>
|
|
|
|
namespace ESSImport
|
|
{
|
|
|
|
void convertCNTC(const CNTC& cntc, ESM::ContainerState& state);
|
|
|
|
}
|
|
|
|
#endif
|