Day2 of restructuring/rewriting
This commit is contained in:
7
source/tegraexplorer/fs/fsreader.h
Normal file
7
source/tegraexplorer/fs/fsreader.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user