mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
5898c861ec
Also implement the current folder menu
4 lines
No EOL
96 B
C
4 lines
No EOL
96 B
C
#pragma once
|
|
|
|
typedef int (*folderMenuPath)(const char *path);
|
|
int FolderMenu(const char *path); |