1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
TegraExplorer/source/fs/menus/filemenu.h

6 lines
141 B
C
Raw Normal View History

#pragma once
#include "../fstypes.h"
2020-12-25 20:16:24 +00:00
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
void FileMenu(char *path, FSEntry_t entry);