Awoo-Installer/include/usbInstall.hpp
2019-11-30 17:12:45 +01:00

8 lines
No EOL
198 B
C++

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