TinWoo/include/usbInstall.hpp

8 lines
199 B
C++
Raw Permalink Normal View History

2023-09-05 02:07:55 +01:00
#pragma once
#include <vector>
#include <string>
namespace usbInstStuff {
std::vector<std::string> OnSelected();
void installTitleUsb(std::vector<std::string> ourNspList, int ourStorage);
}