mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
8 lines
No EOL
229 B
C
8 lines
No EOL
229 B
C
#pragma once
|
|
#include "../fstypes.h"
|
|
|
|
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
|
|
|
|
void FileMenu(char *path, FSEntry_t entry);
|
|
void RunScript(char *path, FSEntry_t entry);
|
|
void RunScriptString(char *str, u32 size); |