mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
7 lines
No EOL
177 B
C
7 lines
No EOL
177 B
C
#pragma once
|
|
#include "../../utils/vector.h"
|
|
#include "../../gfx/menu.h"
|
|
#include "../fstypes.h"
|
|
|
|
void FileExplorer(char *path);
|
|
MenuEntry_t MakeMenuOutFSEntry(FSEntry_t entry); |