mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Pass path to startup script as std::filesystem::path
This commit is contained in:
parent
1b3dc232f1
commit
6de335dd77
7 changed files with 18 additions and 15 deletions
|
@ -1011,7 +1011,7 @@ void OMW::Engine::setScriptConsoleMode(bool enabled)
|
|||
mScriptConsoleMode = enabled;
|
||||
}
|
||||
|
||||
void OMW::Engine::setStartupScript(const std::string& path)
|
||||
void OMW::Engine::setStartupScript(const std::filesystem::path& path)
|
||||
{
|
||||
mStartupScript = path;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue