Initial Commit
This commit is contained in:
8
TegraExplorer/source/fs/menus/filemenu.h
Normal file
8
TegraExplorer/source/fs/menus/filemenu.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user