Archived
1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
libxiv/include/patch.h

5 lines
126 B
C
Raw Normal View History

#pragma once
#include <string_view>
void processPatch(const std::string_view path, const std::string_view installDirectory);