1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00
OpenMW/apps/essimporter/convertscri.hpp
2022-09-22 21:35:26 +03:00

17 lines
284 B
C++

#ifndef OPENMW_ESSIMPORT_CONVERTSCRI_H
#define OPENMW_ESSIMPORT_CONVERTSCRI_H
#include "importscri.hpp"
#include <components/esm3/locals.hpp>
namespace ESSImport
{
/// Convert script variable assignments
void convertSCRI(const SCRI& scri, ESM::Locals& locals);
}
#endif