Made recompilation header include configurable

This commit is contained in:
Mr-Wiseguy 2024-08-13 02:14:34 -04:00 committed by Wiseguy
parent dfd90057c9
commit 4161ef68cc
4 changed files with 25 additions and 11 deletions

View file

@ -85,6 +85,7 @@ namespace RecompPort {
std::vector<FunctionSize> manual_func_sizes;
std::vector<ManualFunction> manual_functions;
std::string bss_section_suffix;
std::string recomp_include;
Config(const char* path);
bool good() { return !bad; }