mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 06:04:20 +00:00
8 lines
No EOL
198 B
C++
Executable file
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);
|
|
} |