5 lines
126 B
C
5 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include <string_view>
|
||
|
|
||
|
void processPatch(const std::string_view path, const std::string_view installDirectory);
|