mirror of
https://github.com/hax4dazy/TinWoo.git
synced 2025-02-09 19:25:05 +01:00
8 lines
199 B
C++
8 lines
199 B
C++
|
#pragma once
|
||
|
#include <vector>
|
||
|
#include <string>
|
||
|
|
||
|
namespace usbInstStuff {
|
||
|
std::vector<std::string> OnSelected();
|
||
|
void installTitleUsb(std::vector<std::string> ourNspList, int ourStorage);
|
||
|
}
|