patterns: Added std::env and ability to pass parameters to patterns from the UI

This commit is contained in:
WerWolv
2021-12-10 11:55:27 +01:00
parent 6a0ad22774
commit 8f2e382c8a
8 changed files with 133 additions and 8 deletions

View File

@@ -123,6 +123,10 @@ namespace hex::pl {
this->m_scopes.clear();
this->m_aborted = false;
ON_SCOPE_EXIT {
this->m_envVariables.clear();
};
this->dataOffset() = 0x00;
this->m_currPatternCount = 0;