mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
7 lines
No EOL
219 B
C
7 lines
No EOL
219 B
C
#pragma once
|
|
#include "../common/types.h"
|
|
|
|
extern menu_entry *fsreader_files;
|
|
void fsreader_writecurpath(const char *in);
|
|
void fsreader_writeclipboard(const char *in, u8 args);
|
|
int fsreader_readfolder(const char *path); |