Day2 of restructuring/rewriting
This commit is contained in:
7
source/tegraexplorer/fs/entrymenu.h
Normal file
7
source/tegraexplorer/fs/entrymenu.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "../common/types.h"
|
||||
|
||||
int filemenu(menu_entry file);
|
||||
void copyfile(const char *src_in, const char *outfolder);
|
||||
int foldermenu();
|
||||
void copyfolder(char *in, char *out);
|
||||
Reference in New Issue
Block a user