1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/fs/menus/foldermenu.h
suchmememanyskill 5898c861ec Add Folder copy/move/delete
Also implement the current folder menu
2020-12-29 01:05:33 +01:00

4 lines
96 B
C

#pragma once
typedef int (*folderMenuPath)(const char *path);
int FolderMenu(const char *path);