mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
7 lines
187 B
C
7 lines
187 B
C
|
#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);
|