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/installextract.h

5 lines
133 B
C
Raw Normal View History

2022-03-16 18:02:39 -04:00
#pragma once
#include <string_view>
void extractBootstrapFiles(const std::string_view installer, const std::string_view directory);