mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-15 08:27:16 +00:00
8 lines
No EOL
198 B
C++
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);
|
|
} |