Quentin E. / iDeath f1dc042041 fix: Properly restore the byte patches when unloading (#486)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-10-21 13:25:37 +02:00

9 lines
149 B
C++

#pragma once
#include "handle.hpp"
#include "module.hpp"
#include "pattern.hpp"
#include "batch.hpp"
#include "range.hpp"
#include "byte_patch.hpp"