mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 06:04:20 +00:00
Add .gitignore, remove unnecessary externs
This commit is contained in:
parent
cecaad37ea
commit
6ff2de90e8
3 changed files with 7 additions and 6 deletions
5
.gitignore
vendored
Executable file
5
.gitignore
vendored
Executable file
|
@ -0,0 +1,5 @@
|
|||
*.elf
|
||||
*.nacp
|
||||
*.nro
|
||||
build
|
||||
.vscode
|
|
@ -1,6 +1,4 @@
|
|||
extern "C" {
|
||||
#include <minizip/unzip.h>
|
||||
}
|
||||
#include <minizip/unzip.h>
|
||||
|
||||
namespace zipStuff {
|
||||
bool extractFile(const std::string filename, const std::string destination);
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
extern "C" {
|
||||
#include <minizip/unzip.h>
|
||||
}
|
||||
#include <minizip/unzip.h>
|
||||
#include <algorithm>
|
||||
#include <dirent.h>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue