selfpatch-slr/patchcompile/emit.h

5 lines
99 B
C++

#pragma once
#include <fstream>
bool emit_patcher_program_asm(std::ostream& out, bool is_module);