1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-01-15 21:11:32 +00:00
TegraExplorer/source/fs/menus/foldermenu.h

4 lines
96 B
C
Raw Normal View History

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