Awoo-Installer/include/usbInstall.hpp

8 lines
No EOL
198 B
C++
Executable file

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