format again :(
This commit is contained in:
parent
c9551328bd
commit
7564f195c3
|
@ -23,7 +23,7 @@ extern std::vector<patchInfo> pending_patches;
|
||||||
void AddPatchToQueue(patchInfo patchToAdd);
|
void AddPatchToQueue(patchInfo patchToAdd);
|
||||||
void ApplyPendingPatches();
|
void ApplyPendingPatches();
|
||||||
|
|
||||||
void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr,
|
void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr, bool isOffset,
|
||||||
bool isOffset, bool littleEndian);
|
bool littleEndian);
|
||||||
|
|
||||||
} // namespace MemoryPatcher
|
} // namespace MemoryPatcher
|
Loading…
Reference in New Issue