OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
convertscpt.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_CONVERTSCPT_H
2 #define OPENMW_ESSIMPORT_CONVERTSCPT_H
3 
5 
6 #include "importscpt.hpp"
7 
8 namespace ESSImport
9 {
10 
11 void convertSCPT(const SCPT& scpt, ESM::GlobalScript& out);
12 
13 }
14 
15 #endif
Storage structure for global script state (only used in saved games)
Definition: globalscript.hpp:13
void convertSCPT(const SCPT &scpt, ESM::GlobalScript &out)
Definition: convertscpt.cpp:10