TinWoo/include/usbInstall.hpp
2023-09-05 02:07:55 +01:00

8 lines
199 B
C++

#pragma once
#include <vector>
#include <string>
namespace usbInstStuff {
std::vector<std::string> OnSelected();
void installTitleUsb(std::vector<std::string> ourNspList, int ourStorage);
}