PatchEngine: Add Reload() function

This commit is contained in:
Sepalani
2017-04-06 15:34:40 +01:00
parent 188f2b3cc5
commit 61b36d1f9a
3 changed files with 8 additions and 2 deletions

View File

@ -246,4 +246,10 @@ void Shutdown()
Gecko::Shutdown();
}
void Reload()
{
Shutdown();
LoadPatches();
}
} // namespace