mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
10 lines
No EOL
315 B
C
10 lines
No EOL
315 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);
|
|
|
|
void createfileobjects(int size, menu_entry **menu);
|
|
void clearfileobjects(menu_entry **menu); |