5 lines
83 B
C++
5 lines
83 B
C++
#pragma once
|
|
#include <fstream>
|
|
|
|
bool emit_patcher_program_asm(std::ostream& out);
|