mirror of
https://github.com/Team-Neptune/NSAInstaller.git
synced 2024-12-11 22:43:59 +00:00
8 lines
198 B
C++
Executable File
8 lines
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);
|
|
} |