1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-17 05:55:36 +00:00
TegraExplorer/source/fs/menus/filemenu.h

8 lines
229 B
C
Raw Normal View History

#pragma once
#include "../fstypes.h"
2020-12-25 21:16:24 +01:00
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
void FileMenu(char *path, FSEntry_t entry);
2021-07-19 21:44:15 +02:00
void RunScript(char *path, FSEntry_t entry);
void RunScriptString(char *str, u32 size);