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

@ -45,6 +45,7 @@ void LoadPatchSection(const std::string& section, std::vector<Patch>& patches, I
void LoadPatches();
bool ApplyFramePatches();
void Shutdown();
void Reload();
inline int GetPatchTypeCharLength(PatchType type)
{